Oracle

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(com.bea.common.security.xacml.policy.Policy policy)
          Adds policy.
 void PolicyStoreMBean.addPolicy(com.bea.common.security.xacml.policy.Policy policy, String status)
          Adds policy
 void PolicyStoreMBean.addPolicy(String policy)
          Adds policy.
 void PolicyStoreMBean.addPolicy(String policy, String status)
          Adds policy
 void PolicyStoreMBean.addPolicySet(com.bea.common.security.xacml.policy.PolicySet set)
          Adds policy set.
 void PolicyStoreMBean.addPolicySet(com.bea.common.security.xacml.policy.PolicySet set, String status)
          Adds policy set.
 void PolicyStoreMBean.addPolicySet(String set)
          Adds policy set.
 void PolicyStoreMBean.addPolicySet(String 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.
 


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