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) |
Constructor and Description |
---|
RoleAdapter(KeycloakSession session,
RealmModel realm,
javax.persistence.EntityManager em,
RoleEntity role) |
Modifier and Type | Field and Description |
---|---|
protected RoleEntity |
TemplateScopeMappingEntity.role |
protected RoleEntity |
TemplateScopeMappingEntity.Key.role |
protected RoleEntity |
ScopeMappingEntity.role |
protected RoleEntity |
ScopeMappingEntity.Key.role |
Modifier and Type | Field and Description |
---|---|
protected Collection<RoleEntity> |
RealmEntity.defaultRoles |
Modifier and Type | Method and Description |
---|---|
RoleEntity |
TemplateScopeMappingEntity.getRole() |
RoleEntity |
TemplateScopeMappingEntity.Key.getRole() |
RoleEntity |
ScopeMappingEntity.getRole() |
RoleEntity |
ScopeMappingEntity.Key.getRole() |
Modifier and Type | Method and Description |
---|---|
Collection<RoleEntity> |
RoleEntity.getCompositeRoles() |
Collection<RoleEntity> |
RealmEntity.getDefaultRoles() |
Collection<RoleEntity> |
ClientEntity.getDefaultRoles() |
Modifier and Type | Method and Description |
---|---|
void |
TemplateScopeMappingEntity.setRole(RoleEntity role) |
void |
ScopeMappingEntity.setRole(RoleEntity role) |
Modifier and Type | Method and Description |
---|---|
void |
RoleEntity.setCompositeRoles(Collection<RoleEntity> compositeRoles) |
void |
RealmEntity.setDefaultRoles(Collection<RoleEntity> defaultRoles) |
void |
ClientEntity.setDefaultRoles(Collection<RoleEntity> defaultRoles) |
Constructor and Description |
---|
Key(ClientEntity client,
RoleEntity role) |
Key(ClientTemplateEntity template,
RoleEntity role) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.