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

Part Number E13941-06

weblogic.security.acl
Interface ListableRealm

All Known Subinterfaces:
ManageableRealm
All Known Implementing Classes:
AbstractListableRealm, AbstractManageableRealm, CachingRealm

Deprecated. Deprecated in WebLogic Server 7.0. Replaced by Pluggable Security Infrastructure.

public interface ListableRealm

A ListableRealm extends BasicRealm and adds the ability to list its instances.


Method Summary
 Enumeration getAcls()
          Deprecated. Gets an Enumeration of the Acls in a ListableRealm.
 Enumeration getGroups()
          Deprecated. Gets an Enumeration of the Groups in a ListableRealm.
 Enumeration getPermissions()
          Deprecated. Gets an Enumeration of the Permissions in a ListableRealm.
 Enumeration getUsers()
          Deprecated. Gets an Enumeration of the in a ListableRealm.
 

Method Detail

getUsers

Enumeration getUsers()
Deprecated. 
Gets an Enumeration of the in a ListableRealm. The enumerated objects are of instance User.

Returns:
Enumeration of User objects

getGroups

Enumeration getGroups()
Deprecated. 
Gets an Enumeration of the Groups in a ListableRealm. The enumerated objects are of instance Group.

Returns:
Enumeration of Group objects

getAcls

Enumeration getAcls()
Deprecated. 
Gets an Enumeration of the Acls in a ListableRealm. The enumerated objects are of instance Acl.

Returns:
Enumeration of Acl objects

getPermissions

Enumeration getPermissions()
Deprecated. 
Gets an Enumeration of the Permissions in a ListableRealm. The enumerated objects are of instance Permission.

Returns:
Enumeration of Permission objects

Copyright 1996, 2011, 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.6)

Part Number E13941-06