| 
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--java.security.Identity
        |
        +--weblogic.security.acl.User
Users are created or retrieved through some realm. That realm knows how to check credentials coming from a RealmProxy.
| Constructor Summary | |
User()
Deprecated.  | 
|
User(java.lang.String name)
Deprecated.  | 
|
User(java.lang.String name,
     boolean r)
Deprecated.  | 
|
| Method Summary | |
 java.lang.Object | 
getCredential(java.lang.Object ownerCredential)
Deprecated. Returns a User's credential, if the ownerCredential is accepted by the realm, or null otherwise.  | 
 BasicRealm | 
getRealm()
Deprecated. Gets the realm associated with a User.  | 
protected  boolean | 
identityEquals(java.security.Identity other)
Deprecated.  | 
 java.lang.String | 
toString()
Deprecated.  | 
| Methods inherited from class java.security.Identity | 
addCertificate, 
certificates, 
equals, 
getInfo, 
getName, 
getPublicKey, 
getScope, 
hashCode, 
removeCertificate, 
setInfo, 
setPublicKey, 
toString | 
| Methods inherited from class java.lang.Object | 
clone, 
finalize, 
getClass, 
notify, 
notifyAll, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public User()
public User(java.lang.String name)
public User(java.lang.String name,
            boolean r)
| Method Detail | 
public BasicRealm getRealm()
public java.lang.Object getCredential(java.lang.Object ownerCredential)
ownerCredential - Credential of an ownerprotected boolean identityEquals(java.security.Identity other)
public java.lang.String toString()
  | 
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs70  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||