Uses of Class
org.keycloak.dom.saml.v2.assertion.AuthnStatementType
Packages that use AuthnStatementType
Package
Description
-
Uses of AuthnStatementType in org.keycloak.saml.processing.api.saml.v2.response
Methods in org.keycloak.saml.processing.api.saml.v2.response that return AuthnStatementTypeModifier and TypeMethodDescriptionSAML2Response.createAuthnStatement(String authnContextDeclRef, XMLGregorianCalendar issueInstant) Create an AuthnStatement -
Uses of AuthnStatementType in org.keycloak.saml.processing.core.parsers.saml.assertion
Methods in org.keycloak.saml.processing.core.parsers.saml.assertion that return AuthnStatementTypeModifier and TypeMethodDescriptionprotected AuthnStatementTypeSAMLAuthnStatementParser.instantiateElement(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.assertion with parameters of type AuthnStatementTypeModifier and TypeMethodDescriptionprotected voidSAMLAuthnStatementParser.processSubElement(XMLEventReader xmlEventReader, AuthnStatementType target, SAMLAssertionQNames element, StartElement elementDetail) -
Uses of AuthnStatementType in org.keycloak.saml.processing.core.saml.v2.util
Methods in org.keycloak.saml.processing.core.saml.v2.util that return AuthnStatementTypeModifier and TypeMethodDescriptionstatic AuthnStatementTypeStatementUtil.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
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type AuthnStatementTypeModifier and TypeMethodDescriptionvoidSAMLAssertionWriter.write(AuthnStatementType authnStatement, boolean includeNamespace) Write anAuthnStatementTypeto stream