Skip navigation links

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

E14650-06


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

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

 

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

 

Methods in oracle.security.jps.service.policystore that return types with arguments of type AppRoleEntry
 java.util.List<AppRoleEntry> ApplicationPolicy.getAllAppRoleEntries()
          Returns all app role entries
 java.util.List<AppRoleEntry> ApplicationPolicy.getAllGrantedAppRoleEntries(java.security.Principal principal)
          Returns all the granted app role entries for this principal where the principal is either a direct member or indirect member through other app roles.
 java.util.List<AppRoleEntry> PolicyStore.getAppRoles(StoreAppRoleSearchQuery query)
          Search ApplicationRoles across one or more Applications based upon user specified criteria (query)
Caller should have PolicyStoreAccessPermission("context=APPLICATION,name=Queried Applicaiton's stripe Id" , "getApplicationPolicy") permission to search for roles.
If the caller does not supply an application name (or supplies a partial application name with some MATCHER other than EXACT) then they should have PolicyStoreAccessPermission("context=APPLICATION, name=*" , "getApplicationPolicy") to search for app roles.
 java.util.List<AppRoleEntry> ApplicationPolicy.searchAppRoles(java.lang.String appRoleName)
          This method returns a list of application roles by an app role name.
static java.util.List<AppRoleEntry> PolicyStoreUtil.searchAppRoles(java.lang.String appID, java.lang.String rolenameExp)
          Deprecated. 
 java.util.List<AppRoleEntry> ApplicationPolicy.searchAppRoles(java.lang.String roleAttrName, java.lang.String roleAttrNameVal, boolean inequality)
          This method searches application roles by an attribute and its value.

 

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

 

Methods in oracle.security.jps.service.policystore.entitymanager that return types with arguments of type AppRoleEntry
 java.util.List<AppRoleEntry> ChangeLogManager.getApplicationRoles(ChangeLogSearchQuery query)
          Returns the added AND modified roles 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 Application Roles returned earlier.
 java.util.List<AppRoleEntry> ChangeLogManager.getDeletedAppRoles(ChangeLogSearchQuery query)
          Returns all approles deleted from the current application policy after the supplied timestamp

 

Method parameters in oracle.security.jps.service.policystore.entitymanager with type arguments of type AppRoleEntry
 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.

 


Skip navigation links

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

E14650-06


Copyright © 2013 Oracle. All rights reserved.