Uses of Class
org.keycloak.dom.saml.v2.assertion.AuthnContextType.AuthnContextTypeSequence
-
Packages that use AuthnContextType.AuthnContextTypeSequence Package Description org.keycloak.dom.saml.v2.assertion Package for the model classes for the SAML2 Assertion -
-
Uses of AuthnContextType.AuthnContextTypeSequence in org.keycloak.dom.saml.v2.assertion
Methods in org.keycloak.dom.saml.v2.assertion that return AuthnContextType.AuthnContextTypeSequence Modifier and Type Method Description AuthnContextType.AuthnContextTypeSequenceAuthnContextType. getSequence()Get the sequenceMethods in org.keycloak.dom.saml.v2.assertion with parameters of type AuthnContextType.AuthnContextTypeSequence Modifier and Type Method Description voidAuthnContextType. setSequence(AuthnContextType.AuthnContextTypeSequence sequence)Set the authn context sequence
-