Uses of Class
org.keycloak.dom.saml.v2.protocol.StatusType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of StatusType in org.keycloak.dom.saml.v2.protocol
Modifier and TypeMethodDescriptionStatusResponseType.getStatus()
Gets the value of the status property.Modifier and TypeMethodDescriptionvoid
StatusResponseType.setStatus
(StatusType value) Sets the value of the status property. -
Uses of StatusType in org.keycloak.saml.processing.core.parsers.saml.protocol
Modifier and TypeMethodDescriptionprotected StatusType
SAMLStatusParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLStatusParser.processSubElement
(XMLEventReader xmlEventReader, StatusType target, SAMLProtocolQNames element, StartElement elementDetail) -
Uses of StatusType in org.keycloak.saml.processing.core.saml.v2.factories
Modifier and TypeMethodDescriptionstatic StatusType
JBossSAMLAuthnResponseFactory.createStatusType
(String statusCodeURI) Create a StatusType given the status code uristatic StatusType
JBossSAMLAuthnResponseFactory.createStatusTypeForResponder
(String statusCodeURI) Create aStatusType
with a top-levelorg.picketlink.common.constants.JBossSAMLURIConstants.STATUS_RESPONDER
and a second-level code reflecting the givenstatusCodeURI
. -
Uses of StatusType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
SAMLResponseWriter.write
(StatusType status) Write aStatusType
to stream