org.picketlink.identity.federation.saml.v2.assertion
Class EvidenceType.ChoiceType
java.lang.Object
org.picketlink.identity.federation.saml.v2.assertion.EvidenceType.ChoiceType
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- EvidenceType
public static class EvidenceType.ChoiceType
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvidenceType.ChoiceType
public EvidenceType.ChoiceType(String assertionIDRef)
EvidenceType.ChoiceType
public EvidenceType.ChoiceType(URI assertionURIRef)
EvidenceType.ChoiceType
public EvidenceType.ChoiceType(AssertionType assertion)
EvidenceType.ChoiceType
public EvidenceType.ChoiceType(EncryptedAssertionType encryptedAssertion)
getAssertionIDRef
public String getAssertionIDRef()
getAssertionURIRef
public URI getAssertionURIRef()
getAssertion
public AssertionType getAssertion()
getEncryptedAssertion
public EncryptedAssertionType getEncryptedAssertion()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.