| Package | com.adobe.idp.um.api.infomodel |
| Class | public class SSOToken |
| Inheritance | SSOToken Object |
| Method | Defined 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 | ||
| SSOToken | () |
public SSOToken(Node respNode)Constructor that uses a SAML response node.
ParametersrespNode — The SAML response node. |
| 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.
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