Class SAML11StatusCodeType
- java.lang.Object
-
- org.keycloak.dom.saml.v1.protocol.SAML11StatusCodeType
-
- All Implemented Interfaces:
Serializable
public class SAML11StatusCodeType extends Object implements Serializable
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected SAML11StatusCodeTypestatusCodestatic SAML11StatusCodeTypeSUCCESSprotected QNamevalue
-
Constructor Summary
Constructors Constructor Description SAML11StatusCodeType(QName theValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAML11StatusCodeTypegetStatusCode()Gets the value of the statusCode property.QNamegetValue()Gets the value of the value property.voidsetStatusCode(SAML11StatusCodeType value)Sets the value of the statusCode property.
-
-
-
Field Detail
-
SUCCESS
public static final SAML11StatusCodeType SUCCESS
-
statusCode
protected SAML11StatusCodeType statusCode
-
value
protected QName value
-
-
Constructor Detail
-
SAML11StatusCodeType
public SAML11StatusCodeType(QName theValue)
-
-
Method Detail
-
getStatusCode
public SAML11StatusCodeType getStatusCode()
Gets the value of the statusCode property.- Returns:
- possible object is
StatusCodeType
-
setStatusCode
public void setStatusCode(SAML11StatusCodeType value)
Sets the value of the statusCode property.- Parameters:
value- allowed object isStatusCodeType
-
-