Class EvidenceType.ChoiceType

java.lang.Object
org.keycloak.dom.saml.v2.assertion.EvidenceType.ChoiceType
All Implemented Interfaces:
Serializable
Enclosing class:
EvidenceType

public static class EvidenceType.ChoiceType extends Object implements Serializable
See Also:
  • Constructor Details

    • ChoiceType

      public ChoiceType(String assertionIDRef)
    • ChoiceType

      public ChoiceType(URI assertionURIRef)
    • ChoiceType

      public ChoiceType(AssertionType assertion)
    • ChoiceType

      public ChoiceType(EncryptedAssertionType encryptedAssertion)
  • Method Details

    • getAssertionIDRef

      public String getAssertionIDRef()
    • getAssertionURIRef

      public URI getAssertionURIRef()
    • getAssertion

      public AssertionType getAssertion()
    • getEncryptedAssertion

      public EncryptedAssertionType getEncryptedAssertion()