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.entities
Methods in org.keycloak.authorization.jpa.entities that return ScopeEntity Modifier and Type Method Description ScopeEntity
PermissionTicketEntity. 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 void
PermissionTicketEntity. setScope(ScopeEntity scope)
Method parameters in org.keycloak.authorization.jpa.entities with type arguments of type ScopeEntity Modifier and Type Method Description void
PolicyEntity. setScopes(Set<ScopeEntity> scopes)
-
Uses of ScopeEntity in org.keycloak.authorization.jpa.store
Methods in org.keycloak.authorization.jpa.store that return ScopeEntity Modifier and Type Method Description ScopeEntity
ScopeAdapter. getEntity()
static ScopeEntity
ScopeAdapter. 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)
-