BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Class
weblogic.management.utils.AlreadyExistsException

Packages that use AlreadyExistsException
weblogic.management.security.authentication   
weblogic.management.security.authorization   
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 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 SAMLIdentityAsserterImpl.registerCertificate(String alias, String certificateFile)
           
 


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