Uses of Class
org.keycloak.dom.saml.v2.assertion.AuthnContextType
Package
Description
Package for the model classes for the SAML2 Assertion
-
Uses of AuthnContextType in org.keycloak.dom.saml.v2.assertion
Modifier and TypeMethodDescriptionAuthnStatementType.getAuthnContext()
Gets the value of the authnContext property.Modifier and TypeMethodDescriptionvoid
AuthnStatementType.setAuthnContext
(AuthnContextType value) Sets the value of the authnContext property. -
Uses of AuthnContextType in org.keycloak.saml.processing.core.parsers.saml.assertion
Modifier and TypeMethodDescriptionprotected AuthnContextType
SAMLAuthnContextParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLAuthnContextParser.processSubElement
(XMLEventReader xmlEventReader, AuthnContextType target, SAMLAssertionQNames element, StartElement elementDetail) -
Uses of AuthnContextType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
SAMLAssertionWriter.write
(AuthnContextType authContext) Write anAuthnContextType
to stream