Uses of Class
org.keycloak.dom.saml.v2.protocol.StatusType
Packages that use StatusType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of StatusType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as StatusTypeMethods in org.keycloak.dom.saml.v2.protocol that return StatusTypeModifier and TypeMethodDescriptionStatusResponseType.getStatus()Gets the value of the status property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type StatusTypeModifier and TypeMethodDescriptionvoidStatusResponseType.setStatus(StatusType value) Sets the value of the status property. -
Uses of StatusType in org.keycloak.saml.processing.core.parsers.saml.protocol
Methods in org.keycloak.saml.processing.core.parsers.saml.protocol that return StatusTypeModifier and TypeMethodDescriptionprotected StatusTypeSAMLStatusParser.instantiateElement(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.protocol with parameters of type StatusTypeModifier and TypeMethodDescriptionprotected voidSAMLStatusParser.processSubElement(XMLEventReader xmlEventReader, StatusType target, SAMLProtocolQNames element, StartElement elementDetail) -
Uses of StatusType in org.keycloak.saml.processing.core.saml.v2.factories
Methods in org.keycloak.saml.processing.core.saml.v2.factories that return StatusTypeModifier and TypeMethodDescriptionstatic StatusTypeJBossSAMLAuthnResponseFactory.createStatusType(String statusCodeURI) Create a StatusType given the status code uristatic StatusTypeJBossSAMLAuthnResponseFactory.createStatusTypeForResponder(String statusCodeURI) Create aStatusTypewith a top-levelorg.picketlink.common.constants.JBossSAMLURIConstants.STATUS_RESPONDERand a second-level code reflecting the givenstatusCodeURI. -
Uses of StatusType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type StatusTypeModifier and TypeMethodDescriptionvoidSAMLResponseWriter.write(StatusType status) Write aStatusTypeto stream