Uses of Class
org.keycloak.dom.saml.v2.assertion.AssertionType
-
Packages that use AssertionType Package Description org.keycloak.dom.saml.v2.assertion Package for the model classes for the SAML2 Assertionorg.keycloak.dom.saml.v2.mdattr org.keycloak.dom.saml.v2.protocol Package containing the classes for the protocol of SAMLv2 -
-
Uses of AssertionType in org.keycloak.dom.saml.v2.assertion
Methods in org.keycloak.dom.saml.v2.assertion that return AssertionType Modifier and Type Method Description AssertionTypeEvidenceType.ChoiceType. getAssertion()Constructors in org.keycloak.dom.saml.v2.assertion with parameters of type AssertionType Constructor Description ChoiceType(AssertionType assertion) -
Uses of AssertionType in org.keycloak.dom.saml.v2.mdattr
Fields in org.keycloak.dom.saml.v2.mdattr with type parameters of type AssertionType Modifier and Type Field Description protected List<AssertionType>EntityAttributes. assertionMethods in org.keycloak.dom.saml.v2.mdattr that return types with arguments of type AssertionType Modifier and Type Method Description List<AssertionType>EntityAttributes. getAssertion()Methods in org.keycloak.dom.saml.v2.mdattr with parameters of type AssertionType Modifier and Type Method Description voidEntityAttributes. addAssertion(AssertionType attributeType) -
Uses of AssertionType in org.keycloak.dom.saml.v2.protocol
Methods in org.keycloak.dom.saml.v2.protocol that return AssertionType Modifier and Type Method Description AssertionTypeResponseType.RTChoiceType. getAssertion()Constructors in org.keycloak.dom.saml.v2.protocol with parameters of type AssertionType Constructor Description RTChoiceType(AssertionType assertion)
-