PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v1.protocol
Class SAML11StatusType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v1.protocol.SAML11StatusType
All Implemented Interfaces:
Serializable

public class SAML11StatusType
extends Object
implements Serializable

Since:
Jun 22, 2011
Author:
Anil.Saldhana@redhat.com
See Also:
Serialized Form

Field Summary
protected  SAML11StatusCodeType statusCode
           
protected  CommonStatusDetailType statusDetail
           
protected  String statusMessage
           
 
Constructor Summary
SAML11StatusType()
           
 
Method Summary
 SAML11StatusCodeType getStatusCode()
           
 CommonStatusDetailType getStatusDetail()
           
 String getStatusMessage()
           
 void setStatusCode(SAML11StatusCodeType statusCode)
           
 void setStatusDetail(CommonStatusDetailType statusDetail)
           
 void setStatusMessage(String statusMessage)
           
static SAML11StatusType successType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statusCode

protected SAML11StatusCodeType statusCode

statusMessage

protected String statusMessage

statusDetail

protected CommonStatusDetailType statusDetail
Constructor Detail

SAML11StatusType

public SAML11StatusType()
Method Detail

getStatusCode

public SAML11StatusCodeType getStatusCode()

setStatusCode

public void setStatusCode(SAML11StatusCodeType statusCode)

getStatusMessage

public String getStatusMessage()

setStatusMessage

public void setStatusMessage(String statusMessage)

getStatusDetail

public CommonStatusDetailType getStatusDetail()

setStatusDetail

public void setStatusDetail(CommonStatusDetailType statusDetail)

successType

public static SAML11StatusType successType()

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.