Package org.openiam.base.response
Class ValidatePasswordResetTokenResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.ValidatePasswordResetTokenResponse
-
- All Implemented Interfaces:
Serializable
public class ValidatePasswordResetTokenResponse extends Response
Object representing a password in OpenIAM- Author:
- suneet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidatePasswordResetTokenResponse()
ValidatePasswordResetTokenResponse(ResponseStatus s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Login
getPrincipal()
void
setPrincipal(Login principal)
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-
-
-
Field Detail
-
principal
protected Login principal
-
-
Constructor Detail
-
ValidatePasswordResetTokenResponse
public ValidatePasswordResetTokenResponse()
-
ValidatePasswordResetTokenResponse
public ValidatePasswordResetTokenResponse(ResponseStatus s)
-
-