Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


Uses of Interface
oracle.security.jps.service.policystore.info.GrantEntry

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

 

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

 

Methods in oracle.security.jps.service.policystore that return types with arguments of type GrantEntry
 java.util.List<GrantEntry> PolicyMgmt.getGrantEntries()
          Get all the grants defined in this scope (system or application).

 

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

 

Methods in oracle.security.jps.service.policystore.entitymanager that return types with arguments of type GrantEntry
 java.util.List<GrantEntry> GrantManager.getGrants(GrantSearchQuery query)
          Query the store to retrieve Grants based upon a search criteria.
 java.util.List<GrantEntry> GrantManager.getGrantsForApplicationRoles(java.util.List<AppRoleEntry> appRoleNameEntries, boolean order)
          Search for Grants based on one or more Application Roles.
 java.util.List<GrantEntry> GrantManager.getGrantsForApplicationRolesAndPermissionSets(java.util.List<AppRoleEntry> appRoleNameEntries, boolean appRoleOrder, java.util.List<PermissionSetEntry> permissionSetEntries, boolean permSetOrder)
          Search for Grants based on Application Roles AND Permission Sets.
 java.util.List<GrantEntry> GrantManager.getGrantsForPermissionSets(java.util.List<PermissionSetEntry> permissionSetEntries, boolean order)
          Search for Grants based on a PermissionSet.
 java.util.List<GrantEntry> ChangeLogManager.getPolicies(ChangeLogSearchQuery query)
          Returns the added AND modified policies (grant entries) in the current application policy after the timestamp specified in the query The timestamp must be obtained from the API: ChangeLogManager.getLastModifiedTimeStamp(String, ChangeLogEntity)
Note that the returned list may contain duplicates of grantes already returned earlier.

 


Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


Copyright © 2011,2012, Oracle and/or its affiliates. All rights reserved.