Uses of Class
org.keycloak.authorization.jpa.entities.ScopeEntity
- 
Packages that use ScopeEntity Package Description org.keycloak.authorization.jpa.entities org.keycloak.authorization.jpa.store 
- 
- 
Uses of ScopeEntity in org.keycloak.authorization.jpa.entitiesMethods in org.keycloak.authorization.jpa.entities that return ScopeEntity Modifier and Type Method Description ScopeEntityPermissionTicketEntity. getScope()Methods in org.keycloak.authorization.jpa.entities that return types with arguments of type ScopeEntity Modifier and Type Method Description Set<ScopeEntity>PolicyEntity. getScopes()List<ScopeEntity>ResourceEntity. getScopes()Methods in org.keycloak.authorization.jpa.entities with parameters of type ScopeEntity Modifier and Type Method Description voidPermissionTicketEntity. setScope(ScopeEntity scope)Method parameters in org.keycloak.authorization.jpa.entities with type arguments of type ScopeEntity Modifier and Type Method Description voidPolicyEntity. setScopes(Set<ScopeEntity> scopes)
- 
Uses of ScopeEntity in org.keycloak.authorization.jpa.storeMethods in org.keycloak.authorization.jpa.store that return ScopeEntity Modifier and Type Method Description ScopeEntityScopeAdapter. getEntity()static ScopeEntityScopeAdapter. toEntity(javax.persistence.EntityManager em, Scope scope)Constructors in org.keycloak.authorization.jpa.store with parameters of type ScopeEntity Constructor Description ScopeAdapter(ScopeEntity entity, javax.persistence.EntityManager em, StoreFactory storeFactory)
 
-