Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

Uses of Interface
weblogic.security.acl.ListableRealm

Packages that use ListableRealm
weblogic.security.acl Deprecated 7.0.0.0. SPI for creating custom security realms to access WebLogic Server users, groups, or ACLs from an external store. 
 

Uses of ListableRealm in weblogic.security.acl
 

Subinterfaces of ListableRealm in weblogic.security.acl
 interface ManageableRealm
          Deprecated. Deprecated in WebLogic Server 7.0. Replaced by Pluggable Security Infrastructure.
 

Classes in weblogic.security.acl that implement ListableRealm
 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.
 

Constructors in weblogic.security.acl with parameters of type ListableRealm
CachingRealm(ListableRealm delegate)
          Deprecated. Create a new caching realm instance.
CachingRealm(ListableRealm delegate, ManageableRealm backup, Object credential)
          Deprecated. Create a new caching realm instance.
Everyone(ListableRealm r)
          Deprecated. Constructs the special group Everyone for the specified ListableRealm.
 


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04