Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Uses of Class
oracle.security.jps.service.policystore.PolicyObjectAlreadyExistsException

Packages that use PolicyObjectAlreadyExistsException
oracle.security.jps.service.policystore   
oracle.security.jps.service.policystore.entitymanager   

 

Uses of PolicyObjectAlreadyExistsException in oracle.security.jps.service.policystore

 

Methods in oracle.security.jps.service.policystore that throw PolicyObjectAlreadyExistsException
 void ApplicationPolicy.addPrincipalToAppRole(PrincipalEntry principalEntry, java.lang.String appRoleName)
          Adds this principal as member to this app role
 void ApplicationPolicy.addPrincipalToAppRole(java.security.Principal principal, java.lang.String appRoleName)
          Adds this principal as member to this app role
static void PolicyStoreUtil.addPrincipalToAppRole(java.lang.String appID, java.security.Principal principal, java.lang.String appRoleName)
          Deprecated. 
 ApplicationPolicy PolicyStore.createApplicationPolicy(java.lang.String appId)
          Creates an application policy given the application name - appid.
 void ApplicationPolicy.createAppRole(java.lang.String appRoleName, java.lang.String displayName, java.lang.String desc, ExtendedProperty appRoleAttributes)
          Creates the requested application role in the policy store with extended attributes.
 void ApplicationPolicy.createAppRole(java.lang.String appRoleName, java.lang.String displayName, java.lang.String desc, java.lang.String guid)
          Deprecated. - use createAppRole(String appRoleName, String displayName, String desc, ExtendedProperty appRoleAttributes)
 void ApplicationPolicy.createAppRole(java.lang.String appRoleName, java.lang.String displayName, java.lang.String desc, java.lang.String guid, ExtendedProperty appRoleAttributes)
          Deprecated. - use createAppRole(String appRoleName, String displayName, String desc, ExtendedProperty appRoleAttributes)
static void PolicyStoreUtil.createAppRole(java.lang.String appID, java.lang.String name, java.lang.String displayName, java.lang.String desc, java.lang.String guid)
          Deprecated. 
 void PolicyMgmt.grant(java.util.List principalEntries, CodeSourceEntry csEntry, java.util.List permissionEntries)
          Grant a set of permissions to this group of principals and code source, or otherwise collectively known as the grantee.
 void PolicyMgmt.grant(java.security.Principal[] principals, java.security.CodeSource cs, java.security.Permission[] perms)
          Grant a set of permissions to this group of principals and code source, or otherwise collectively known as the grantee.
static void PolicyStoreUtil.grant(java.security.Principal[] principals, java.security.CodeSource cs, java.security.Permission[] perms)
          Deprecated. 
static void PolicyStoreUtil.grant(java.lang.String appID, java.security.Principal[] principals, java.security.CodeSource cs, java.security.Permission[] perms)
          Deprecated. 

 

Uses of PolicyObjectAlreadyExistsException in oracle.security.jps.service.policystore.entitymanager

 

Methods in oracle.security.jps.service.policystore.entitymanager that throw PolicyObjectAlreadyExistsException
 EntryReference PermissionSetManager.createPermissionSet(PermissionSetEntry permSet)
          Create a PermissionSet
 EntryReference ResourceManager.createResource(ResourceEntry resrc)
          Create a Resource
 EntryReference ResourceTypeManager.createResourceType(ResourceTypeEntry entry)
          Validates and creates the given resource type in the backend data store.
 EntryReference RoleCategoryManager.createRoleCategory(RoleCategoryEntry entry)
          Validates and creates the given role category in the backend data store.
 void GrantManager.grant(java.util.Set principalEntries, CodeSourceEntry csEntry, java.lang.String permissionSetName)
          Grant a named PermissionSet to this group of principals and code source, or otherwise collectively known as the grantee.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.