BEA Systems, Inc.

Uses of Interface
weblogic.security.acl.UserInfo

Packages that use UserInfo
weblogic.common Common classes that provide access to WebLogic Server services, rarely used in J2EE-compliant applications. 
weblogic.jndi WebLogic Server JNDI Contexts and factories, and the WebLogic Environment extension. 
weblogic.security.acl   
weblogic.security.audit   
 

Uses of UserInfo in weblogic.common
 

Classes in weblogic.common that implement UserInfo
 class T3User
          Deprecated. Deprecated in WebLogic Server 7.0.

 

Methods in weblogic.common that return UserInfo
 UserInfo T3Connection.getUser()
          Deprecated. Use the JNDI model and its accessors for information about the connection
 

Constructors in weblogic.common with parameters of type UserInfo
T3Client(String url, String workspace, UserInfo t3u)
          Constructs a T3Client.
T3Client(String url, UserInfo t3u)
          Constructs a T3Client.
T3Connection(String url, UserInfo t3usr)
          Deprecated. Use the JNDI model
 

Uses of UserInfo in weblogic.jndi
 

Methods in weblogic.jndi that return UserInfo
 UserInfo Environment.getSecurityUser()
          Returns the UserInfo for the principal assigned to the Context.SECURITY_PRINCIPAL property.
 

Methods in weblogic.jndi with parameters of type UserInfo
 void Environment.setSecurityUser(UserInfo user)
           
 

Uses of UserInfo in weblogic.security.acl
 

Classes in weblogic.security.acl that implement UserInfo
protected static class CachingRealm.CaseInsensitiveUserInfo
          Deprecated. Deprecated in WebLogic Server 7.0. Replaced by the Pluggable Security Infrastructure.
 class DefaultUserInfoImpl
          Deprecated. Deprecated in WebLogic Server 7.0. Replaced by JAAS subject/principal and the Pluggable Security Infrastructure.
 class SSLUserInfo
          Deprecated. Deprecated in WebLogic Server 7.0. Replaced by the Pluggable Security Infrastructure.
 

Methods in weblogic.security.acl that return UserInfo
 UserInfo RealmProxy.createUserInfo(String id, Object credential)
          Deprecated. Creates a UserInfo instance in an implementation-specific way.
static UserInfo Security.getUserInfo(String name, Object credential)
          Deprecated. Gets the UserInfo for the specified username and credential.
 

Methods in weblogic.security.acl with parameters of type UserInfo
 weblogic.security.acl.internal.AuthenticatedUser SecurityService.authenticate(UserInfo ui)
           
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.
static Object Security.doAsPrivileged(UserInfo newUser, PrivilegedAction action)
          Deprecated. Set a new user to the thread for the running of the input action.
static Object Security.doAsPrivileged(UserInfo newUser, PrivilegedExceptionAction action)
          Deprecated. Set a new user to the thread for running of the input action.
static String Realm.getAuthenticatedName(UserInfo userInfo)
          Deprecated. Authenticates the user, based on a UserInfo structure.
 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.
 boolean DefaultUserImpl.hasMatchingInfo(UserInfo unauthenticatedUserInfo)
          Deprecated.  
 

Uses of UserInfo in weblogic.security.audit
 

Methods in weblogic.security.audit with parameters of type UserInfo
 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.