eu.semiramis.identityaggregator.commons
Class AuthenticationToken

java.lang.Object
  extended by eu.semiramis.identityaggregator.commons.Token
      extended by eu.semiramis.identityaggregator.commons.AuthenticationToken

public class AuthenticationToken
extends Token

Authentication Token


Field Summary
 
Fields inherited from class eu.semiramis.identityaggregator.commons.Token
assertion
 
Constructor Summary
AuthenticationToken(org.opensaml.saml2.core.Assertion assertion)
           
AuthenticationToken(java.lang.String assertion)
           
 
Method Summary
 Conditions getConditions()
           
 
Methods inherited from class eu.semiramis.identityaggregator.commons.Token
getAssertion, getSubjectDomain, getSubjectId, setAssertion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationToken

public AuthenticationToken(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

AuthenticationToken

public AuthenticationToken(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
Method Detail

getConditions

public Conditions getConditions()