eu.semiramis.identityaggregator.commons
Class AttributeToken

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

public class AttributeToken
extends Token

Attribute Token


Field Summary
 
Fields inherited from class eu.semiramis.identityaggregator.commons.Token
assertion
 
Constructor Summary
AttributeToken(org.opensaml.saml2.core.Assertion assertion)
           
AttributeToken(java.lang.String assertion)
           
 
Method Summary
 java.util.List<Attribute> getAttributes()
           
 
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

AttributeToken

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

AttributeToken

public AttributeToken(java.lang.String assertion)
               throws org.opensaml.xml.io.UnmarshallingException,
                      org.opensaml.xml.parse.XMLParserException
Throws:
org.opensaml.xml.io.UnmarshallingException
org.opensaml.xml.parse.XMLParserException
Method Detail

getAttributes

public java.util.List<Attribute> getAttributes()