Oracle

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

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle