Uses of Class
org.keycloak.dom.saml.v2.protocol.StatusCodeType
-
Packages that use StatusCodeType Package Description org.keycloak.dom.saml.v2.protocol 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 StatusCodeType Modifier and Type Field Description protected StatusCodeTypeStatusCodeType. statusCodeprotected StatusCodeTypeStatusType. statusCodeMethods in org.keycloak.dom.saml.v2.protocol that return StatusCodeType Modifier and Type Method Description StatusCodeTypeStatusCodeType. getStatusCode()Gets the value of the statusCode property.StatusCodeTypeStatusType. getStatusCode()Gets the value of the statusCode property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type StatusCodeType Modifier and Type Method Description voidStatusCodeType. setStatusCode(StatusCodeType value)Sets the value of the statusCode property.voidStatusType. setStatusCode(StatusCodeType value)Sets the value of the statusCode property.
-