Package org.openiam.base
Class PasswordKeyDTO
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.PasswordKeyDTO
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
public class PasswordKeyDTO extends KeyDTO
Class is used as a DTO object to delivery Password decryption response to consumers. We could not use String for it, because OPENIAM cache engine works only withBaseIdentity
objects.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description PasswordKeyDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassword()
void
setPassword(String password)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-