Packagecom.adobe.idp.um.api.infomodel
Classpublic class SSOToken
InheritanceSSOToken Inheritance Object

This class represents a SAML 1.1 Post Profile Response. This class should be used for single sign-on (SSO) between web applications. An object of this calss can be obtained by calling AuthenticationManager.getSSOToken(). The SAML response is integrity protected (using XML-DSIG) and is short-lived.



Public Methods
 MethodDefined By
  
SSOToken(Node respNode)
Constructor that uses a SAML response node.
SSOToken
  
Node getNode()
Retrieves the SAML response node.
SSOToken
  
String toString()
Retrieves the String representation of this SSO token.
SSOToken
Constructor Detail
SSOToken()
public SSOToken(Node respNode)

Constructor that uses a SAML response node.

Parameters
respNode — The SAML response node.
Method Detail
getNode()
public Node getNode()

Retrieves the SAML response node.

Returns
The SAML response node.
toString() 
public String toString()

Retrieves the String representation of this SSO token. This is obtained by encoding to Base64 representation the bytes of the SAMLResponse Node represented by this SSOToken. If the bytes comprising this String are to be used for Authentication purposes, they must be decoded from Base64 representation first.

Returns
The String representation of this SSO token.




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/um/api/infomodel/SSOToken.html