Package org.openiam.base.response
Class SasAuthResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.AbstractResponse
-
- org.openiam.base.response.SasAuthResponse
-
- All Implemented Interfaces:
Serializable
public class SasAuthResponse extends AbstractResponse implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description SasAuthResponse()
SasAuthResponse(ResponseStatus responseStatus, String[] arrData)
-
Method Summary
-
Methods inherited from class org.openiam.base.response.AbstractResponse
getResponseStatus, getStatusMessage, setResponseStatus, setStatusMessage, toString
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-
-
-
Constructor Detail
-
SasAuthResponse
public SasAuthResponse()
-
SasAuthResponse
public SasAuthResponse(ResponseStatus responseStatus, String[] arrData)
-
-