Package | Description |
---|---|
org.keycloak.authorization.admin | |
org.keycloak.authorization.jpa.store | |
org.keycloak.authorization.model |
Provides the domain model and any other type related with it
|
org.keycloak.authorization.store |
Provides classes and a SPI to plug different metadata storage implementations.
|
org.keycloak.models.cache.infinispan.authorization | |
org.keycloak.models.map.authorization |
Modifier and Type | Method and Description |
---|---|
protected List<Object> |
PolicyTypeService.doSearch(Integer firstResult,
Integer maxResult,
String fields,
Map<Policy.FilterOption,String[]> filters) |
protected List<Object> |
PolicyService.doSearch(Integer firstResult,
Integer maxResult,
String fields,
Map<Policy.FilterOption,String[]> filters) |
protected List<Object> |
PermissionService.doSearch(Integer firstResult,
Integer maxResult,
String fields,
Map<Policy.FilterOption,String[]> filters) |
Modifier and Type | Method and Description |
---|---|
List<Policy> |
JPAPolicyStore.findByResourceServer(Map<Policy.FilterOption,String[]> attributes,
String resourceServerId,
int firstResult,
int maxResult) |
Modifier and Type | Method and Description |
---|---|
static Policy.FilterOption |
Policy.FilterOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Policy.FilterOption[] |
Policy.FilterOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Policy> |
PolicyStore.findByResourceServer(Map<Policy.FilterOption,String[]> attributes,
String resourceServerId,
int firstResult,
int maxResult)
|
Modifier and Type | Method and Description |
---|---|
List<Policy> |
StoreFactoryCacheSession.PolicyCache.findByResourceServer(Map<Policy.FilterOption,String[]> attributes,
String resourceServerId,
int firstResult,
int maxResult) |
Modifier and Type | Method and Description |
---|---|
List<Policy> |
MapPolicyStore.findByResourceServer(Map<Policy.FilterOption,String[]> attributes,
String resourceServerId,
int firstResult,
int maxResult) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.