Uses of Class
org.keycloak.dom.saml.v2.assertion.AuthnContextType
-
Packages that use AuthnContextType Package Description org.keycloak.dom.saml.v2.assertion Package for the model classes for the SAML2 Assertion -
-
Uses of AuthnContextType in org.keycloak.dom.saml.v2.assertion
Fields in org.keycloak.dom.saml.v2.assertion declared as AuthnContextType Modifier and Type Field Description protected AuthnContextTypeAuthnStatementType. authnContextMethods in org.keycloak.dom.saml.v2.assertion that return AuthnContextType Modifier and Type Method Description AuthnContextTypeAuthnStatementType. getAuthnContext()Gets the value of the authnContext property.Methods in org.keycloak.dom.saml.v2.assertion with parameters of type AuthnContextType Modifier and Type Method Description voidAuthnStatementType. setAuthnContext(AuthnContextType value)Sets the value of the authnContext property.
-