Package | Description |
---|---|
org.keycloak.authorization.jpa.entities |
Modifier and Type | Method and Description |
---|---|
List<ScopeEntity> |
ResourceServerEntity.getScopes() |
List<ScopeEntity> |
ResourceEntity.getScopes() |
Set<ScopeEntity> |
PolicyEntity.getScopes() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceServerEntity.setScopes(List<ScopeEntity> scopes) |
void |
PolicyEntity.setScopes(Set<ScopeEntity> scopes) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.