| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleAdapter.setRole(RoleEntity role) |
| Modifier and Type | Method and Description |
|---|---|
protected Stream<RoleModel> |
JpaRealmProvider.getRolesStream(javax.persistence.TypedQuery<RoleEntity> query,
RealmModel realm,
Integer first,
Integer max) |
protected Stream<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 |
RoleAttributeEntity.role |
protected RoleEntity |
ClientScopeRoleMappingEntity.role |
protected RoleEntity |
ClientScopeRoleMappingEntity.Key.role |
| Modifier and Type | Method and Description |
|---|---|
RoleEntity |
RoleAttributeEntity.getRole() |
RoleEntity |
ClientScopeRoleMappingEntity.getRole() |
RoleEntity |
ClientScopeRoleMappingEntity.Key.getRole() |
| Modifier and Type | Method and Description |
|---|---|
Set<RoleEntity> |
RoleEntity.getCompositeRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleAttributeEntity.setRole(RoleEntity role) |
void |
ClientScopeRoleMappingEntity.setRole(RoleEntity role) |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleEntity.setCompositeRoles(Set<RoleEntity> compositeRoles) |
| Constructor and Description |
|---|
Key(ClientScopeEntity clientScope,
RoleEntity role) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.