|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.dss.persistence.security.common.UserImpl
Represents a user. This class stores information about a user of the storage system. You can set privileges for a user by creating an AclEntry that associates the user with a Privilege.
AclEntry, Privilege, Serialized Form| Constructor Summary | |
UserImpl(java.lang.String userName)Constructor that specifies the name of a user. | |
UserImpl(java.lang.String userName, java.lang.String fullName)Constructor that specifies the name and full name of a user. | |
| Method Summary | |
boolean |
equals(java.lang.Object obj)Indicates whether the specified user is equivalent to this user. |
java.lang.String |
getFullName()Retrieves detailed information for this user. |
java.lang.String |
getName()Retrieves the name of this user. |
java.lang.String |
toString()Converts all of the information about this user to a String. |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UserImpl(java.lang.String userName,
java.lang.String fullName)
userName - The name of the user.fullName - The full name of the user.public UserImpl(java.lang.String userName)
String.userName - The name of the user.| Method Detail |
public boolean equals(java.lang.Object obj)
equals in interface Userequals in class java.lang.Objectobj - The object to compare with this user.true if user is equivalent to this user, false if it is not.public java.lang.String toString()
String.toString in interface UsertoString in class java.lang.ObjectString representation of this user.public java.lang.String getName()
getName in interface Userpublic java.lang.String getFullName()
getFullName in interface User
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||