BEA Systems, Inc.

Uses of Class
weblogic.management.utils.AlreadyExistsException

Packages that use AlreadyExistsException
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. 
 

Uses of AlreadyExistsException in weblogic.management.security.authentication
 

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

Uses of AlreadyExistsException in weblogic.management.security.authorization
 

Methods in weblogic.management.security.authorization that throw AlreadyExistsException
 void PolicyStoreMBean.addPolicy(Policy policy)
          Adds policy.
 void PolicyStoreMBean.addPolicy(Policy policy, String status)
          Adds policy
 void PolicyStoreMBean.addPolicySet(PolicySet set)
          Adds policy set.
 void PolicyStoreMBean.addPolicySet(PolicySet set, String status)
          Adds policy set.
 void PolicyEditorMBean.createPolicy(String resourceId, String expression)
          Creates a policy for accessing a resource.
 void RoleEditorMBean.createRole(String resourceId, String roleName, String expression)
          Creates role for a resource.
 void PredicateEditorMBean.registerPredicate(String predicateClassName)
          Registers a new predicate with the specified class name.
 


Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.