|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pingidentity.sts.clientapi.tokens.saml.SamlToken
com.pingidentity.sts.clientapi.tokens.saml.EncryptedSaml20Token
public class EncryptedSaml20Token
Represents a encrypted SAML 2.0 security token
Field Summary | |
---|---|
static java.lang.String |
TOKEN_TYPE
|
Constructor Summary | |
---|---|
EncryptedSaml20Token(org.w3c.dom.Element element)
|
Method Summary | |
---|---|
protected void |
doParse(org.w3c.dom.Element e)
Loads an XML root into properties of the SecurityToken. |
java.lang.String |
getTokenType()
Gets the type of the security token. |
Methods inherited from class com.pingidentity.sts.clientapi.tokens.saml.SamlToken |
---|
addAttributes, getAttributes, getAudience, getAuthenticationInstant, getId, getIssueInstant, getIssuer, getNameFormat, getNameIdentifier, getNameQualifier, getNotBefore, getNotOnOrAfter, getRoot, getSubjectId, parse, setAudience, setAuthenticationInstant, setId, setIssueInstant, setIssuer, setNameFormat, setNameIdentifier, setNameQualifier, setNotBefore, setNotOnOrAfter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TOKEN_TYPE
Constructor Detail |
---|
public EncryptedSaml20Token(org.w3c.dom.Element element) throws SecurityTokenException
SecurityTokenException
Method Detail |
---|
public java.lang.String getTokenType()
SamlToken
getTokenType
in class SamlToken
protected void doParse(org.w3c.dom.Element e) throws SecurityTokenException
SamlToken
doParse
in class SamlToken
e
- An root representing an SAML token.
SecurityTokenException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |