Uses of Class
org.keycloak.dom.saml.v2.protocol.StatusCodeType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of StatusCodeType in org.keycloak.dom.saml.v2.protocol
Modifier and TypeFieldDescriptionprotected StatusCodeType
StatusCodeType.statusCode
protected StatusCodeType
StatusType.statusCode
Modifier and TypeMethodDescriptionStatusCodeType.getStatusCode()
Gets the value of the statusCode property.StatusType.getStatusCode()
Gets the value of the statusCode property.Modifier and TypeMethodDescriptionvoid
StatusCodeType.setStatusCode
(StatusCodeType value) Sets the value of the statusCode property.void
StatusType.setStatusCode
(StatusCodeType value) Sets the value of the statusCode property. -
Uses of StatusCodeType in org.keycloak.saml.processing.core.parsers.saml.protocol
Modifier and TypeMethodDescriptionprotected StatusCodeType
SAMLStatusCodeParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLStatusCodeParser.processSubElement
(XMLEventReader xmlEventReader, StatusCodeType target, SAMLProtocolQNames element, StartElement elementDetail) -
Uses of StatusCodeType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
SAMLResponseWriter.write
(StatusCodeType statusCodeType) Write aStatusCodeType
to stream