PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.assertion
Class EvidenceType.ChoiceType

java.lang.Object
  extended by 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

Constructor Summary
EvidenceType.ChoiceType(AssertionType assertion)
           
EvidenceType.ChoiceType(EncryptedAssertionType encryptedAssertion)
           
EvidenceType.ChoiceType(String assertionIDRef)
           
EvidenceType.ChoiceType(URI assertionURIRef)
           
 
Method Summary
 AssertionType getAssertion()
           
 String getAssertionIDRef()
           
 URI getAssertionURIRef()
           
 EncryptedAssertionType getEncryptedAssertion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getAssertionIDRef

public String getAssertionIDRef()

getAssertionURIRef

public URI getAssertionURIRef()

getAssertion

public AssertionType getAssertion()

getEncryptedAssertion

public EncryptedAssertionType getEncryptedAssertion()

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.