BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.1 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 or later are not available through the deprecated MBeanHome interface.)


Uses of Class
weblogic.management.utils.AlreadyExistsException

Packages that use AlreadyExistsException
weblogic.management.security.authentication   
weblogic.management.security.authorization   
 

Uses of AlreadyExistsException in weblogic.management.security.authentication
 

Methods in weblogic.management.security.authentication that throw AlreadyExistsException
 void UserEditorMBean.createUser(String userName, String password, String description)
          Creates a user and sets the user's password.
 void GroupEditorMBean.createGroup(String groupName, String description)
          Creates a group.
 

Uses of AlreadyExistsException in weblogic.management.security.authorization
 

Methods in weblogic.management.security.authorization that throw AlreadyExistsException
 void RoleEditorMBean.createRole(String resourceId, String roleName, String expression)
          Creates role for a resource.
 void PolicyEditorMBean.createPolicy(String resourceId, String expression)
          Creates a policy for accessing a resource.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.