Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.inherent
Interface User

All Superinterfaces:
SnapshotObject
All Known Subinterfaces:
Person, SystemIdentity

public interface User
extends SnapshotObject

The representation of a user object (abstractIdentity).


Field Summary
static java.lang.String TYPE
          Static 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

TYPE

static final java.lang.String TYPE
Static variable representing abstractIdentity object.
See Also:
Constant Field Values

Method Detail

getUserId

java.lang.String getUserId()
Gets the ID of the user.
Returns:
String representing userID

setUserId

void setUserId(java.lang.String userID)
Sets the ID of the user.
Parameters:
userID - String to use as userID

getHashedPassword

java.lang.String getHashedPassword()
Gets the hashed password of the user.
Returns:
String representing password

setHashedPassword

void setHashedPassword(java.lang.String hashedPassword)
Sets the password of the user.
Parameters:
hashedPassword - String representing password to use

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.