Uses of Class
org.keycloak.dom.saml.common.CommonStatusDetailType
-
Packages that use CommonStatusDetailType Package Description org.keycloak.dom.saml.v1.protocol org.keycloak.dom.saml.v2.protocol Package containing the classes for the protocol of SAMLv2 -
-
Uses of CommonStatusDetailType in org.keycloak.dom.saml.v1.protocol
Fields in org.keycloak.dom.saml.v1.protocol declared as CommonStatusDetailType Modifier and Type Field Description protected CommonStatusDetailTypeSAML11StatusType. statusDetailMethods in org.keycloak.dom.saml.v1.protocol that return CommonStatusDetailType Modifier and Type Method Description CommonStatusDetailTypeSAML11StatusType. getStatusDetail()Methods in org.keycloak.dom.saml.v1.protocol with parameters of type CommonStatusDetailType Modifier and Type Method Description voidSAML11StatusType. setStatusDetail(CommonStatusDetailType statusDetail) -
Uses of CommonStatusDetailType in org.keycloak.dom.saml.v2.protocol
Subclasses of CommonStatusDetailType in org.keycloak.dom.saml.v2.protocol Modifier and Type Class Description classStatusDetailTypeJava class for StatusDetailType complex type.
-