Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

Uses of Class
weblogic.management.utils.AlreadyExistsException

Packages that use AlreadyExistsException
com.bea.security.saml2.providers Provides interfaces and classes for the configuration, control, and monitoring of SAML 2.0 security providers in a WebLogic security realm. 
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
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.pk Provides interfaces for weblogic.security.providers.pk
weblogic.security.providers.saml.registry Abstract interfaces for SAML 1.1 Asserting Parties, Relying Parties, and metadata. 
weblogic.security.providers.utils   
 

Uses of AlreadyExistsException in com.bea.security.saml2.providers
 

Methods in com.bea.security.saml2.providers that throw AlreadyExistsException
 void SAML2IdPPartnerRegistryMBean.addIdPPartner(IdPPartner partner)
          Adds a new IdPPartner to the registry.
 void SAML2SPPartnerRegistryMBean.addSPPartner(SPPartner spPartner)
          Adds a new SP partner to the registry.
 

Uses of AlreadyExistsException in weblogic.management.runtime
 

Methods in weblogic.management.runtime that throw AlreadyExistsException
 void SingleSignOnServicesRuntimeMBean.publish(String fileName, boolean prohibitOverwrite)
          Publishes SAML 2.0 meta-data for Web Browser SSO Profile
 

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(Policy policy)
          Adds policy.
 void PolicyStoreMBean.addPolicy(String policy)
          Adds policy.
 void PolicyStoreMBean.addPolicy(Policy policy, String status)
          Adds policy
 void PolicyStoreMBean.addPolicy(String policy, String status)
          Adds policy
 void PolicyStoreMBean.addPolicySet(PolicySet set)
          Adds policy set.
 void PolicyStoreMBean.addPolicySet(String set)
          Adds policy set.
 void PolicyStoreMBean.addPolicySet(PolicySet set, String status)
          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 RoleAuxiliaryMBean.createRole(String resourceId, String roleName, String expression, String auxiliary)
          Creates role for 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.
 void RoleAuxiliaryMBean.setRoleAuxiliary(String resourceId, String roleName, String auxiliary)
          Set auxiliary role for a resource.
 

Uses of AlreadyExistsException in weblogic.security.providers.pk
 

Methods in weblogic.security.providers.pk that throw AlreadyExistsException
 void GroupCertRegManagerMBean.createTrustGroup(String TrustGroup)
          Create an empty trust group in the registry.
 

Uses of AlreadyExistsException in weblogic.security.providers.saml.registry
 

Methods in weblogic.security.providers.saml.registry that throw AlreadyExistsException
 void SAMLPartnerRegistryMBean.registerCertificate(String alias, String certificateFile)
          Registers an end certificate in the registry under an alias.
 

Uses of AlreadyExistsException in weblogic.security.providers.utils
 

Methods in weblogic.security.providers.utils that throw AlreadyExistsException
 void CertRegManagerMBean.registerCertificate(String alias, String certificateFile)
          Registers an end certificate in the registry under an alias.
 


Copyright 1996, 2013, 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.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02