|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface User
The representation of a user object (abstractIdentity).
| Field Summary | |
|---|---|
static java.lang.String |
TYPEStatic variable representing abstractIdentity object. |
| Method Summary | |
|---|---|
java.lang.String |
getHashedPassword()Gets the hashed password of the user. |
java.lang.String |
getUserId()Gets the ID of the user. |
void |
setHashedPassword(java.lang.String hashedPassword)Sets the password of the user. |
void |
setUserId(java.lang.String userID)Sets the ID of the user. |
| Methods inherited from interface oracle.iam.rm.temporal.SnapshotObject |
|---|
delete, delete, getAllAttributes, getAttributeValue, getDefaultTitle, getMixin, getObjectKey, getObjectType, getRelativeObjects, getRelativeObjects, getStructuralObject, getStructuralObjectType, getVersion, isEditable, makeReadConsistent, setAttributeValue, setAttributeValues, stateEquals, updateVersion |
| Field Detail |
|---|
static final java.lang.String TYPE
abstractIdentity object.
| Method Detail |
|---|
java.lang.String getUserId()
String representing userIDvoid setUserId(java.lang.String userID)
userID - String to use as userIDjava.lang.String getHashedPassword()
String representing passwordvoid setHashedPassword(java.lang.String hashedPassword)
hashedPassword - String representing password to use
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||