Uses of Class
org.keycloak.dom.saml.v2.assertion.AuthnStatementType
Package
Description
-
Uses of AuthnStatementType in org.keycloak.saml.processing.api.saml.v2.response
Modifier and TypeMethodDescriptionSAML2Response.createAuthnStatement
(String authnContextDeclRef, XMLGregorianCalendar issueInstant) Create an AuthnStatement -
Uses of AuthnStatementType in org.keycloak.saml.processing.core.parsers.saml.assertion
Modifier and TypeMethodDescriptionprotected AuthnStatementType
SAMLAuthnStatementParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLAuthnStatementParser.processSubElement
(XMLEventReader xmlEventReader, AuthnStatementType target, SAMLAssertionQNames element, StartElement elementDetail) -
Uses of AuthnStatementType in org.keycloak.saml.processing.core.saml.v2.util
Modifier and TypeMethodDescriptionstatic AuthnStatementType
StatementUtil.createAuthnStatement
(XMLGregorianCalendar instant, String authnContextClassRefValue) Create an AuthnStatementType given the issue instant and the type of authentication -
Uses of AuthnStatementType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
SAMLAssertionWriter.write
(AuthnStatementType authnStatement, boolean includeNamespace) Write anAuthnStatementType
to stream