| 
 | Oracle | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectUser
weblogic.security.acl.DefaultUserImpl
public class DefaultUserImpl
DefaultUserImpl is the default implementation of the interface User. It only has a name and credentials -- no other constraints. The credentials can be a password string and/or an X509 certificate or a chain of X509 certificates. Note that certificates are accepted, but ignored; only passwords are honoured.
| Constructor Summary | |
|---|---|
| DefaultUserImpl()Deprecated. Constructs a DefaultUserImpl. | |
| DefaultUserImpl(String name,
                Object credential,
                BasicRealm realm)Deprecated. | |
| Method Summary | |
|---|---|
|  Object | getCredential(Object ownerCredential)Deprecated. Gets the credential of a DefaultUser. | 
|  BasicRealm | getRealm()Deprecated. Gets the BasicRealm associated with a DefaultUser. | 
|  boolean | hasMatchingInfo(UserInfo unauthenticatedUserInfo)Deprecated. | 
| protected  void | setCredential(Object credential)Deprecated. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DefaultUserImpl()
public DefaultUserImpl(String name,
                       Object credential,
                       BasicRealm realm)
| Method Detail | 
|---|
public BasicRealm getRealm()
public Object getCredential(Object ownerCredential)
ownerCredential - Owner of the realm's ACL
protected void setCredential(Object credential)
public boolean hasMatchingInfo(UserInfo unauthenticatedUserInfo)
| 
 | Documentation is available at http://edocs.bea.com/wls/docs103 Copyright 2008 Oracle | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||