| Package | Description | 
|---|---|
| weblogic.management.runtime | |
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SingleSignOnServicesRuntimeMBean.publish(String fileName,
       boolean prohibitOverwrite)
Publishes SAML 2.0 meta-data for Web Browser SSO Profile 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PolicyStoreMBean.addPolicy(Policy policy)
Adds policy. 
 | 
void | 
PolicyStoreMBean.addPolicy(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(PolicySet set)
Adds policy set. 
 | 
void | 
PolicyStoreMBean.addPolicySet(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 | 
RoleAuxiliaryMBean.createRole(String resourceId,
          String roleName,
          String expression,
          String auxiliary)
Creates role for a resource. 
 | 
void | 
PredicateEditorMBean.registerPredicate(String predicateClassName)
Registers a new predicate with the specified class name. 
 | 
void | 
RoleAuxiliaryMBean.setRoleAuxiliary(String resourceId,
                String roleName,
                String auxiliary)
Set auxiliary role for a resource. 
 |