BEA Systems, Inc.

Uses of Class
weblogic.security.acl.User

Packages that use User
weblogic.security.acl   
weblogic.security.audit   
 

Uses of User in weblogic.security.acl
 

Subclasses of User in weblogic.security.acl
 class DefaultUserImpl
          Deprecated. Deprecated in WebLogic Server 7.0. Replaced by JAAS principal and the Pluggable Security Infrastructure .
 class Everyone
          Deprecated. Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure.
 class GroupImpl
          Deprecated. Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure.
 

Methods in weblogic.security.acl that return User
protected  User AbstractListableRealm.authCertificates(String userName, Vector certificates)
          Deprecated. Attempt authentication based on any X.509 certificates the user has presented.
 User CertAuthenticator.authenticate(String userName, Certificate[] certs, boolean ssl)
          Deprecated. Authenticate a user based on a certificate chain they have presented.
static User CertAuthentication.authenticate(String userName, Certificate[] certs, boolean ssl)
          Deprecated. Authenticate a user based on a certificate chain they have presented.
static User CertAuthentication.authenticate(String userName, Vector certs, boolean ssl)
          Deprecated. Authenticate a user based on a chain of certificates they have presented.
static User Realm.authenticate(UserInfo userInfo)
          Deprecated. Authenticates the user, based on a UserInfo structure.
 User CachingRealm.authenticate(UserInfo userInfo)
          Deprecated. Attempt to authenticate the given user.
 User AbstractListableRealm.authenticate(UserInfo userInfo)
          Deprecated. Check whether some User matches the presented UserInfo and accept its credentials.
protected  User AbstractListableRealm.authInternal(UserInfo userInfo)
          Deprecated. The authentication dispatcher.
protected  User AbstractListableRealm.authSSLCertificates(String userName, Vector certificates)
          Deprecated. Attempt authentication based on any SSL certificates the remote client has presented.
protected  User AbstractListableRealm.authUserPassword(String userName, String password)
          Deprecated. Attempt authentication based on a user name and password.
static User Security.getCurrentUser()
          Deprecated. Returns the current user, which is either user information associated with the thread or the special user "guest." if no user has been set.
 User CachingRealm.getUser(String name)
          Deprecated. Return the User.
 User BasicRealm.getUser(String name)
          Deprecated. Retrieves a User by the specified name, or null.
 User AbstractListableRealm.getUser(String name)
          Deprecated. Retrieves a User by the specified name, or null.
static User Security.getUser(String name, Object credential)
          Deprecated. Gets the User for the specified username and credential.
 User CachingRealm.getUser(UserInfo userInfo)
          Deprecated. Call through to the authenticate method.
 User BasicRealm.getUser(UserInfo userInfo)
          Deprecated. Checks whether some User matches the presented UserInfo and accepts its credentials.
 User AbstractListableRealm.getUser(UserInfo userInfo)
          Deprecated. Deprecated in WebLogic Server 7.0.
 User CachingRealm.lookupUser(String name)
          Deprecated. Look for the given user in the cache.
 User ManageableRealm.newUser(String name, Object credential, Object constraints)
          Deprecated. Returns a new user in a realm-specific way with the specified name, credentials, and optional constraints.
 User CachingRealm.newUser(String name, Object credential, Object constraints)
          Deprecated. Create a new user in a realm-specific way.
 User AbstractManageableRealm.newUser(String name, Object credential, Object constraints)
          Deprecated. Returns a new user in a realm-specific way with the specified name, credentials, and optional constraints.
 

Methods in weblogic.security.acl with parameters of type User
 void ManageableRealm.deleteUser(User user)
          Deprecated. Deletes a User from a ManageableRealm.
 void CachingRealm.deleteUser(User user)
          Deprecated. Delete a user from both the delegate and backup realms.
 void AbstractManageableRealm.deleteUser(User user)
          Deprecated. Deletes a User from a ManageableRealm.
 

Uses of User in weblogic.security.audit
 

Methods in weblogic.security.audit with parameters of type User
 void AuditProvider.authenticateUser(String subsystem, UserInfo info, User result)
          Deprecated. A request was made to authenticate a user.
static void Audit.authenticateUser(String subsystem, UserInfo info, User result)
          Deprecated.  
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.