|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 2 (11.1.2.0.0) E17486-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.share.security.identitymanagement.User
public class User
This class represents the most basic user representation. It is expected that this class will be subclassed by IdentityManagement providers with more robust implementations of a user representation.
| Constructor Summary | |
|---|---|
User()
Creates a new User |
|
User(java.lang.String name)
Creates a new User with the specified name. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Checks two User objects for equality. |
java.lang.String |
getName()
Returns the name of this User. |
ADFIdentityType |
getType()
Internal: Applications should not use this method. |
java.lang.String |
getUsername()
Returns the username of this User. |
void |
setUsername(java.lang.String name)
Sets the username of this User. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public User()
public User(java.lang.String name)
name - the name of the user.| Method Detail |
|---|
public java.lang.String getUsername()
public void setUsername(java.lang.String name)
name - the user name.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the user object to be compared.
public java.lang.String getName()
getName in interface ADFIdentitypublic ADFIdentityType getType()
getType in interface ADFIdentity
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 2 (11.1.2.0.0) E17486-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||