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.