Package | Description |
---|---|
org.keycloak.authorization.jpa.entities | |
org.keycloak.authorization.jpa.store |
Modifier and Type | Method and Description |
---|---|
ResourceEntity |
ResourceAttributeEntity.getResource() |
ResourceEntity |
PermissionTicketEntity.getResource() |
Modifier and Type | Method and Description |
---|---|
Set<ResourceEntity> |
PolicyEntity.getResources() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceAttributeEntity.setResource(ResourceEntity resource) |
void |
PermissionTicketEntity.setResource(ResourceEntity resource) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyEntity.setResources(Set<ResourceEntity> resources) |
Modifier and Type | Method and Description |
---|---|
ResourceEntity |
ResourceAdapter.getEntity() |
static ResourceEntity |
ResourceAdapter.toEntity(javax.persistence.EntityManager em,
Resource resource) |
Constructor and Description |
---|
ResourceAdapter(ResourceEntity entity,
javax.persistence.EntityManager em,
StoreFactory storeFactory) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.