Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.4.0)

E10686-05

oracle.adf.share.security.identitymanagement
Class User

java.lang.Object
  extended by oracle.adf.share.security.identitymanagement.User
All Implemented Interfaces:
ADFIdentity

public class User
extends java.lang.Object
implements ADFIdentity

Internal: Applications should not use this class. 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()
          Internal: Applications should not use this method.
User(java.lang.String name)
          Internal: Applications should not use this method.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal: Applications should not use this method.
 java.lang.String getName()
          Internal: Applications should not use this method.
 ADFIdentityType getType()
          Internal: Applications should not use this method.
 java.lang.String getUsername()
          Internal: Applications should not use this method.
 void setUsername(java.lang.String name)
          Internal: Applications should not use this method.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Internal: Applications should not use this method.


User

public User(java.lang.String name)
Internal: Applications should not use this method.

Method Detail

getUsername

public java.lang.String getUsername()
Internal: Applications should not use this method.


setUsername

public void setUsername(java.lang.String name)
Internal: Applications should not use this method.


equals

public boolean equals(java.lang.Object obj)
Internal: Applications should not use this method.

Overrides:
equals in class java.lang.Object

getName

public java.lang.String getName()
Internal: Applications should not use this method.

Specified by:
getName in interface ADFIdentity

getType

public ADFIdentityType getType()
Internal: Applications should not use this method.

Specified by:
getType in interface ADFIdentity

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.4.0)

E10686-05

Copyright © 1997, 2011, Oracle. All rights reserved.