com.pingidentity.sts.clientapi.tokens.saml
Class EncryptedSaml20Token

java.lang.Object
  extended by com.pingidentity.sts.clientapi.tokens.saml.SamlToken
      extended by com.pingidentity.sts.clientapi.tokens.saml.EncryptedSaml20Token
All Implemented Interfaces:
Token

public class EncryptedSaml20Token
extends SamlToken

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

TOKEN_TYPE

public static final java.lang.String TOKEN_TYPE
See Also:
Constant Field Values
Constructor Detail

EncryptedSaml20Token

public EncryptedSaml20Token(org.w3c.dom.Element element)
                     throws SecurityTokenException
Throws:
SecurityTokenException
Method Detail

getTokenType

public java.lang.String getTokenType()
Description copied from class: SamlToken
Gets the type of the security token.

Specified by:
getTokenType in class SamlToken

doParse

protected void doParse(org.w3c.dom.Element e)
                throws SecurityTokenException
Description copied from class: SamlToken
Loads an XML root into properties of the SecurityToken.

Specified by:
doParse in class SamlToken
Parameters:
e - An root representing an SAML token.
Throws:
SecurityTokenException


Copyright © 2006-2009 Ping Identity Corporation. All Rights Reserved.