|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StoreAppRoleSearchQuery | |
|---|---|
| oracle.security.jps.service.policystore | |
| oracle.security.jps.service.policystore.search | |
| Uses of StoreAppRoleSearchQuery in oracle.security.jps.service.policystore |
|---|
| Methods in oracle.security.jps.service.policystore with parameters of type StoreAppRoleSearchQuery | |
|---|---|
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. |
| Uses of StoreAppRoleSearchQuery in oracle.security.jps.service.policystore.search |
|---|
| Methods in oracle.security.jps.service.policystore.search that return StoreAppRoleSearchQuery | |
|---|---|
StoreAppRoleSearchQuery[] |
StoreAppRoleSearchQuery.getSearchQueryInOrder()Gets the child search query in this search query. |
| Methods in oracle.security.jps.service.policystore.search that return types with arguments of type StoreAppRoleSearchQuery | |
|---|---|
java.util.List<StoreAppRoleSearchQuery> |
StoreAppRoleSearchQuery.getAllQueries() |
| Constructor parameters in oracle.security.jps.service.policystore.search with type arguments of type StoreAppRoleSearchQuery | |
|---|---|
StoreAppRoleSearchQuery(java.util.List<StoreAppRoleSearchQuery> queries, boolean negation, boolean isORMatch)Constructor |
|
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||