|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.um.api.infomodel.SSOToken
public class SSOToken
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.
Constructor Summary | |
---|---|
SSOToken(org.w3c.dom.Node respNode)
Constructor that uses a SAML response node. |
Method Summary | |
---|---|
org.w3c.dom.Node |
getNode()
Retrieves the SAML response node. |
java.lang.String |
toString()
Retrieves the String representation of this SSO token. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SSOToken(org.w3c.dom.Node respNode)
respNode
- The SAML response node.Method Detail |
---|
public org.w3c.dom.Node getNode() throws java.lang.Exception
java.lang.Exception
public java.lang.String toString()
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.
toString
in class java.lang.Object
String
representation of this SSO token.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |