Uses of Class
org.keycloak.dom.saml.v2.assertion.AuthnContextType
Packages that use AuthnContextType
Package
Description
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 AuthnContextTypeMethods in org.keycloak.dom.saml.v2.assertion that return AuthnContextTypeModifier and TypeMethodDescriptionAuthnStatementType.getAuthnContext()Gets the value of the authnContext property.Methods in org.keycloak.dom.saml.v2.assertion with parameters of type AuthnContextTypeModifier and TypeMethodDescriptionvoidAuthnStatementType.setAuthnContext(AuthnContextType value) Sets the value of the authnContext property.