Package org.openiam.base.response
Class AuthenticationResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.AuthenticationResponse
-
- All Implemented Interfaces:
Serializable
public class AuthenticationResponse extends Response
Response object for a web service operation that returns a role.- Author:
- suneet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationResponse()
AuthenticationResponse(ResponseStatus s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Subject
getSubject()
void
setSubject(Subject subject)
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-
-
-
Field Detail
-
subject
protected Subject subject
-
-
Constructor Detail
-
AuthenticationResponse
public AuthenticationResponse()
-
AuthenticationResponse
public AuthenticationResponse(ResponseStatus s)
-
-