Class StatusDetailType
java.lang.Object
org.keycloak.dom.saml.common.CommonStatusDetailType
org.keycloak.dom.saml.v2.protocol.StatusDetailType
- All Implemented Interfaces:
Serializable
Java class for StatusDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusDetailType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class org.keycloak.dom.saml.common.CommonStatusDetailType
any
-
Constructor Summary
-
Method Summary
Methods inherited from class org.keycloak.dom.saml.common.CommonStatusDetailType
addStatusDetail, getAny, removeStatusDetail
-
Constructor Details
-
StatusDetailType
public StatusDetailType()
-