eu.semiramis.identityaggregator.commons
Class AuthorizationToken
java.lang.Object
eu.semiramis.identityaggregator.commons.Token
eu.semiramis.identityaggregator.commons.AuthorizationToken
public class AuthorizationToken
- extends Token
Authorization Token
Fields inherited from class eu.semiramis.identityaggregator.commons.Token |
assertion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AuthorizationToken
public AuthorizationToken(org.opensaml.saml2.core.Assertion assertion)
throws org.opensaml.xml.parse.XMLParserException,
org.opensaml.xml.io.UnmarshallingException
- Throws:
org.opensaml.xml.parse.XMLParserException
org.opensaml.xml.io.UnmarshallingException
AuthorizationToken
public AuthorizationToken(java.lang.String assertion)
throws org.opensaml.xml.parse.XMLParserException,
org.opensaml.xml.io.UnmarshallingException
- Throws:
org.opensaml.xml.parse.XMLParserException
org.opensaml.xml.io.UnmarshallingException
getAction
public java.lang.String getAction()
getResource
public java.lang.String getResource()
getNotOnOrAfter
public java.util.Date getNotOnOrAfter()
getAudienceURI
public java.lang.String getAudienceURI()