|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |