BEA Systems, Inc.

Uses of Interface
weblogic.security.acl.BasicRealm

Packages that use BasicRealm
weblogic.security.acl   
 

Uses of BasicRealm in weblogic.security.acl
 

Subinterfaces of BasicRealm in weblogic.security.acl
 interface DynamicUserAcl
          Deprecated. Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure.
 interface ListableRealm
          Deprecated. Deprecated in WebLogic Server 7.0. Replaced by Pluggable Security Infrastructure.
 interface ManageableRealm
          Deprecated. Deprecated in WebLogic Server 7.0. Replaced by Pluggable Security Infrastructure.
 

Classes in weblogic.security.acl that implement BasicRealm
 class AbstractListableRealm
          Deprecated. Deprecated in WebLogic Server 7.0. Replaced by a Pluggable Security Infrastructure that includes Authentication, Authorization, and Auditing providers.
 class AbstractManageableRealm
          Deprecated. Deprecated in WebLogic Server 7.0. Replaced by a Pluggable Security Infrastructure that includes Authentication, Authorization, and Auditing providers.
 class CachingRealm
          Deprecated. Deprecated in WebLogic Server 7.0. Replaced by the Pluggable Security Infrastructure.
 

Methods in weblogic.security.acl that return BasicRealm
 BasicRealm User.getRealm()
          Deprecated. Gets the realm associated with a User.
static BasicRealm Security.getRealm()
          Deprecated. If you are using Compatibility Security in WebLogic Server 7.0 or later, returns the WebLogic realm; otherwise, returns Null.
 BasicRealm DefaultUserImpl.getRealm()
          Deprecated. Gets the BasicRealm associated with a DefaultUser.
static BasicRealm Realm.getRealm(String name)
          Deprecated. Gets a realm of that name, possibly creating a default one with no credentials as a side effect.
static BasicRealm Realm.getRealm(String name, Object credential)
          Deprecated. Gets a realm of that name, possibly creating a default one with the passed credential as a side effect.
static BasicRealm Realm.getRealm(String name, Object credential, String className)
          Deprecated. Gets a realm of the specified name.
static BasicRealm Realm.getRealm(String name, Object credential, String className, Properties props)
          Deprecated. Gets a realm of the specified name, credential, and implementation class name if it exists, and creates one if it does not, using the specified implementation class name and credential.
 BasicRealm CachingRealm.masqueradeAs(String realmName)
          Deprecated. Ensure that the given name in the set of realms points to this realm.
 

Methods in weblogic.security.acl with parameters of type BasicRealm
static void Security.init(BasicRealm aRealm)
          Deprecated. Initializes the specified BasicRealm.
 

Constructors in weblogic.security.acl with parameters of type BasicRealm
DefaultUserImpl(String name, Object credential, BasicRealm realm)
          Deprecated.  
 


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