BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


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. 
weblogic.security.providers.authentication   
weblogic.security.providers.saml   
 

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 RoleAuxiliaryMBean.createRole(String resourceId, String roleName, String expression, String auxiliary)
          Creates role for a resource.
 void RoleAuxiliaryMBean.setRoleAuxiliary(String resourceId, String roleName, String auxiliary)
          Set auxiliary role for a resource.
 void PredicateEditorMBean.registerPredicate(String predicateClassName)
          Registers a new predicate with the specified class name.
 void PolicyStoreMBean.addPolicy(String policy)
          Adds policy to policy store.
 void PolicyStoreMBean.addPolicy(String policy, int status)
          Adds policy to policy store
 void PolicyStoreMBean.addPolicySet(String set)
          Adds policy set to policy store.
 void PolicyStoreMBean.addPolicySet(String set, int status)
          Adds policy set to policy store
 void PolicyEditorMBean.createPolicy(String resourceId, String expression)
          Creates a policy for accessing a resource.
 

Uses of AlreadyExistsException in weblogic.security.providers.authentication
 

Methods in weblogic.security.providers.authentication that throw AlreadyExistsException
 void SQLAuthenticatorImpl.createUser(String userName, String password, String description)
          Create a user
 void SQLAuthenticatorImpl.createGroup(String groupName, String description)
          Create a group
 void LDAPAtnDelegate.createGroup(String groupName, String description)
          Create a new group
 void LDAPAtnDelegate.createUser(String userName, String password, String description)
          Create a new user
 void DefaultAuthenticatorImpl.createGroup(String groupName, String description)
          Create a new group
 void DefaultAuthenticatorImpl.createUser(String userName, String password, String description)
          Create a new user
 void DBMSSQLAuthenticatorDelegateImpl.createUser(String userName, String password, String description)
          Create a user
 void DBMSSQLAuthenticatorDelegateImpl.createGroup(String groupName, String description)
          Create a group
 

Uses of AlreadyExistsException in weblogic.security.providers.saml
 

Methods in weblogic.security.providers.saml that throw AlreadyExistsException
 void SAMLIdentityAsserterV2Impl.addAssertingParty(weblogic.security.providers.saml.registry.SAMLAssertingParty partner)
           
 void SAMLIdentityAsserterV2Impl.registerCertificate(String alias, String certificateFile)
           
 void SAMLIdentityAsserterImpl.registerCertificate(String alias, String certificateFile)
           
 void SAMLCredentialMapperV2Impl.addRelyingParty(weblogic.security.providers.saml.registry.SAMLRelyingParty partner)
           
 void SAMLCredentialMapperV2Impl.registerCertificate(String alias, String certificateFile)
           
 


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