Oracle

Uses of Interface
weblogic.management.utils.ListerMBean

Packages that use ListerMBean
weblogic.management.security.authentication Provides interfaces and classes for the configuration, control and monitoring of Authentication security providers in a WebLogic security realm. 
weblogic.management.security.authorization Provides interfaces and classes for the configuration, control and monitoring of Authorization, Adjudication, and Role Mapping security providers in a WebLogic security realm. 
weblogic.management.security.credentials Provides interfaces and classes for the configuration, control and monitoring of Credential Mapping security providers in a WebLogic security realm. 
weblogic.management.utils This package includes interfaces and exceptions for developers who are interested in creating custom applications that use BEA WebLogic Server facilities to monitor and configure applications and WebLogic Server instances. 
 

Uses of ListerMBean in weblogic.management.security.authentication
 

Subinterfaces of ListerMBean in weblogic.management.security.authentication
 interface GroupEditorMBean
          Provides a set of methods for creating, editing, and removing groups.
 interface GroupMemberListerMBean
          Provides a method for listing a group's members.
 interface GroupReaderMBean
          Provides a set of methods for reading data about groups.
 interface GroupUserListerMBean
          Provides a method for listing a group's user members.
 interface MemberGroupListerMBean
          Provides a method for listing the groups that contain a member.
 interface UserEditorMBean
          Provides a set of methods for creating, editing, and removing users.
 interface UserReaderMBean
          Provides a set of methods for reading data about users.
 

Uses of ListerMBean in weblogic.management.security.authorization
 

Subinterfaces of ListerMBean in weblogic.management.security.authorization
 interface PolicyListerMBean
          Provides a set of methods for listing data about policies.
 interface PolicyStoreMBean
          Provides a set of methods for managing policies in a policy store.
 interface RoleListerMBean
          Provides a set of methods for listing data about roles.
 

Uses of ListerMBean in weblogic.management.security.credentials
 

Subinterfaces of ListerMBean in weblogic.management.security.credentials
 interface PKICredentialMapEditorMBean
          Provides a set of methods for creating, editing, and removing a credential map that matches users, resources and credential action to keystore aliases and the corresponding passwords.
 interface PKICredentialMapReaderMBean
          Provides a set of methods for reading a credential map that matches users and resources to aliases and their corresponding passwords that can then be used to retrieve key information or public certificate information from the configured keystores.
 interface UserPasswordCredentialMapEditorMBean
          Provides a set of methods for creating, editing, and removing a credential map that matches WebLogic users to remote usernames and their corresponding passwords.
 interface UserPasswordCredentialMapExtendedReaderMBean
          Provides a set of methods for reading the credential mappings.
 interface UserPasswordCredentialMapReaderMBean
          Provides a set of methods for reading credentials and credential mappings.
 

Uses of ListerMBean in weblogic.management.utils
 

Subinterfaces of ListerMBean in weblogic.management.utils
 interface NameListerMBean
          The NameListerMBean interface defines a method used to return lists of names.
 interface PropertiesListerMBean
          The PropertiesListerMBean interface defines a method used to return a java.util.Properties of key=value pairs.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, 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.