Package | Description |
---|---|
org.keycloak.models.jpa | |
org.keycloak.models.jpa.entities |
Modifier and Type | Field and Description |
---|---|
protected RoleEntity |
RoleAdapter.role |
Modifier and Type | Method and Description |
---|---|
RoleEntity |
RoleAdapter.getEntity() |
static RoleEntity |
RoleAdapter.toRoleEntity(RoleModel model,
javax.persistence.EntityManager em) |
Modifier and Type | Method and Description |
---|---|
void |
RoleAdapter.setRole(RoleEntity role) |
Modifier and Type | Method and Description |
---|---|
protected Set<RoleModel> |
JpaRealmProvider.getRoles(javax.persistence.TypedQuery<RoleEntity> query,
RealmModel realm,
Integer first,
Integer max) |
protected Set<RoleModel> |
JpaRealmProvider.searchForRoles(javax.persistence.TypedQuery<RoleEntity> query,
RealmModel realm,
String search,
Integer first,
Integer max) |
Constructor and Description |
---|
RoleAdapter(KeycloakSession session,
RealmModel realm,
javax.persistence.EntityManager em,
RoleEntity role) |
Modifier and Type | Field and Description |
---|---|
protected RoleEntity |
ClientScopeRoleMappingEntity.role |
protected RoleEntity |
ClientScopeRoleMappingEntity.Key.role |
protected RoleEntity |
RoleAttributeEntity.role |
Modifier and Type | Field and Description |
---|---|
protected Collection<RoleEntity> |
RealmEntity.defaultRoles |
protected Set<RoleEntity> |
ClientEntity.scopeMapping |
Modifier and Type | Method and Description |
---|---|
RoleEntity |
ClientScopeRoleMappingEntity.getRole() |
RoleEntity |
ClientScopeRoleMappingEntity.Key.getRole() |
RoleEntity |
RoleAttributeEntity.getRole() |
Modifier and Type | Method and Description |
---|---|
Set<RoleEntity> |
RoleEntity.getCompositeRoles() |
Collection<RoleEntity> |
RealmEntity.getDefaultRoles() |
Collection<RoleEntity> |
ClientEntity.getDefaultRoles() |
Set<RoleEntity> |
ClientEntity.getScopeMapping() |
Modifier and Type | Method and Description |
---|---|
void |
ClientScopeRoleMappingEntity.setRole(RoleEntity role) |
void |
RoleAttributeEntity.setRole(RoleEntity role) |
Modifier and Type | Method and Description |
---|---|
void |
RoleEntity.setCompositeRoles(Set<RoleEntity> compositeRoles) |
void |
RealmEntity.setDefaultRoles(Collection<RoleEntity> defaultRoles) |
void |
ClientEntity.setDefaultRoles(Collection<RoleEntity> defaultRoles) |
void |
ClientEntity.setScopeMapping(Set<RoleEntity> scopeMapping) |
Constructor and Description |
---|
Key(ClientScopeEntity clientScope,
RoleEntity role) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.