Package | Description |
---|---|
org.keycloak.authorization.jpa.entities | |
org.keycloak.authorization.jpa.store |
Modifier and Type | Method and Description |
---|---|
ScopeEntity |
PermissionTicketEntity.getScope() |
Modifier and Type | Method and Description |
---|---|
List<ScopeEntity> |
ResourceEntity.getScopes() |
Set<ScopeEntity> |
PolicyEntity.getScopes() |
Modifier and Type | Method and Description |
---|---|
void |
PermissionTicketEntity.setScope(ScopeEntity scope) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyEntity.setScopes(Set<ScopeEntity> scopes) |
Modifier and Type | Method and Description |
---|---|
ScopeEntity |
ScopeAdapter.getEntity() |
static ScopeEntity |
ScopeAdapter.toEntity(javax.persistence.EntityManager em,
Scope scope) |
Constructor and Description |
---|
ScopeAdapter(ScopeEntity entity,
javax.persistence.EntityManager em,
StoreFactory storeFactory) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.