Uses of Class
org.keycloak.dom.saml.v2.protocol.StatusDetailType
-
Packages that use StatusDetailType Package Description org.keycloak.dom.saml.v2.protocol Package containing the classes for the protocol of SAMLv2 -
-
Uses of StatusDetailType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as StatusDetailType Modifier and Type Field Description protected StatusDetailTypeStatusType. statusDetailMethods in org.keycloak.dom.saml.v2.protocol that return StatusDetailType Modifier and Type Method Description StatusDetailTypeStatusType. getStatusDetail()Gets the value of the statusDetail property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type StatusDetailType Modifier and Type Method Description voidStatusType. setStatusDetail(StatusDetailType value)Sets the value of the statusDetail property.
-