Class SAML11StatusCodeType
java.lang.Object
org.keycloak.dom.saml.v1.protocol.SAML11StatusCodeType
- All Implemented Interfaces:
Serializable
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected SAML11StatusCodeType
static final SAML11StatusCodeType
protected QName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the statusCode property.getValue()
Gets the value of the value property.void
Sets the value of the statusCode property.
-
Field Details
-
SUCCESS
-
statusCode
-
value
-
-
Constructor Details
-
SAML11StatusCodeType
-
-
Method Details
-
getStatusCode
Gets the value of the statusCode property.- Returns:
- possible object is
StatusCodeType
-
setStatusCode
Sets the value of the statusCode property.- Parameters:
value
- allowed object isStatusCodeType
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-