Package | Description |
---|---|
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 |
---|---|
long |
JPAPermissionTicketStore.count(Map<PermissionTicket.FilterOption,String> attributes,
String resourceServerId) |
List<PermissionTicket> |
JPAPermissionTicketStore.find(Map<PermissionTicket.FilterOption,String> attributes,
String resourceServerId,
int firstResult,
int maxResult) |
Modifier and Type | Method and Description |
---|---|
static PermissionTicket.FilterOption |
PermissionTicket.FilterOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionTicket.FilterOption[] |
PermissionTicket.FilterOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
PermissionTicketStore.count(Map<PermissionTicket.FilterOption,String> attributes,
String resourceServerId)
Returns count of
PermissionTicket , filtered by the given attributes. |
List<PermissionTicket> |
PermissionTicketStore.find(Map<PermissionTicket.FilterOption,String> attributes,
String resourceServerId,
int firstResult,
int maxResult)
Returns a list of
PermissionTicket , filtered by the given attributes. |
Modifier and Type | Method and Description |
---|---|
long |
StoreFactoryCacheSession.PermissionTicketCache.count(Map<PermissionTicket.FilterOption,String> attributes,
String resourceServerId) |
List<PermissionTicket> |
StoreFactoryCacheSession.PermissionTicketCache.find(Map<PermissionTicket.FilterOption,String> attributes,
String resourceServerId,
int firstResult,
int maxResult) |
Modifier and Type | Method and Description |
---|---|
long |
MapPermissionTicketStore.count(Map<PermissionTicket.FilterOption,String> attributes,
String resourceServerId) |
List<PermissionTicket> |
MapPermissionTicketStore.find(Map<PermissionTicket.FilterOption,String> attributes,
String resourceServerId,
int firstResult,
int maxResult) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.