BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

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
          Supports the dynamic creation of ACLs for owned resources.
 interface ListableRealm
          A ListableRealm extends BasicRealm and adds the ability to list its instances.
 interface ManageableRealm
          ManageableRealm is the full-featured interface for realms.
 

Classes in weblogic.security.acl that implement BasicRealm
 class AbstractListableRealm
          Abstract listable realm.
 class AbstractManageableRealm
           
 class CachingRealm
          Caching realm.
 

Methods in weblogic.security.acl that return BasicRealm
 BasicRealm User.getRealm()
          Gets the realm associated with a User.
static BasicRealm Security.getRealm()
          Returns the WebLogic realm.
static BasicRealm Realm.getRealm(java.lang.String name)
          Gets a realm of that name, possibly creating a default one with no credentials as a side effect.
static BasicRealm Realm.getRealm(java.lang.String name, java.lang.Object credential)
          Gets a realm of that name, possibly creating a default one with the passed credential as a side effect.
static BasicRealm Realm.getRealm(java.lang.String name, java.lang.Object credential, java.lang.String className)
          Gets a realm of the specified name.
static BasicRealm Realm.getRealm(java.lang.String name, java.lang.Object credential, java.lang.String className, java.util.Properties props)
          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(java.lang.String realmName)
          Ensure that the given name in the set of realms points to this realm.
 BasicRealm DefaultUserImpl.getRealm()
          Gets the BasicRealm associated with a DefaultUser.
 

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

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


Documentation is available at
http://www.weblogic.com/docs51