Uses of Class
org.keycloak.dom.saml.v2.protocol.StatusCodeType
Packages that use StatusCodeType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of StatusCodeType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as StatusCodeTypeModifier and TypeFieldDescriptionprotected StatusCodeTypeStatusCodeType.statusCodeprotected StatusCodeTypeStatusType.statusCodeMethods in org.keycloak.dom.saml.v2.protocol that return StatusCodeTypeModifier and TypeMethodDescriptionStatusCodeType.getStatusCode()Gets the value of the statusCode property.StatusType.getStatusCode()Gets the value of the statusCode property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type StatusCodeTypeModifier and TypeMethodDescriptionvoidStatusCodeType.setStatusCode(StatusCodeType value) Sets the value of the statusCode property.voidStatusType.setStatusCode(StatusCodeType value) Sets the value of the statusCode property. -
Uses of StatusCodeType in org.keycloak.saml.processing.core.parsers.saml.protocol
Methods in org.keycloak.saml.processing.core.parsers.saml.protocol that return StatusCodeTypeModifier and TypeMethodDescriptionprotected StatusCodeTypeSAMLStatusCodeParser.instantiateElement(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.protocol with parameters of type StatusCodeTypeModifier and TypeMethodDescriptionprotected voidSAMLStatusCodeParser.processSubElement(XMLEventReader xmlEventReader, StatusCodeType target, SAMLProtocolQNames element, StartElement elementDetail) -
Uses of StatusCodeType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type StatusCodeTypeModifier and TypeMethodDescriptionvoidSAMLResponseWriter.write(StatusCodeType statusCodeType) Write aStatusCodeTypeto stream