Uses of Class
org.keycloak.models.jpa.entities.RoleEntity
- 
Packages that use RoleEntity Package Description org.keycloak.models.jpa org.keycloak.models.jpa.entities 
- 
- 
Uses of RoleEntity in org.keycloak.models.jpaFields in org.keycloak.models.jpa declared as RoleEntity Modifier and Type Field Description protected RoleEntityRoleAdapter. roleMethods in org.keycloak.models.jpa that return RoleEntity Modifier and Type Method Description RoleEntityRoleAdapter. getEntity()Methods in org.keycloak.models.jpa with parameters of type RoleEntity Modifier and Type Method Description voidRoleAdapter. setRole(RoleEntity role)Method parameters in org.keycloak.models.jpa with type arguments of type RoleEntity Modifier and Type Method 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)Constructors in org.keycloak.models.jpa with parameters of type RoleEntity Constructor Description RoleAdapter(KeycloakSession session, RealmModel realm, javax.persistence.EntityManager em, RoleEntity role)
- 
Uses of RoleEntity in org.keycloak.models.jpa.entitiesFields in org.keycloak.models.jpa.entities declared as RoleEntity Modifier and Type Field Description protected RoleEntityClientScopeRoleMappingEntity.Key. roleprotected RoleEntityClientScopeRoleMappingEntity. roleprotected RoleEntityRoleAttributeEntity. roleMethods in org.keycloak.models.jpa.entities that return RoleEntity Modifier and Type Method Description RoleEntityClientScopeRoleMappingEntity. getRole()RoleEntityClientScopeRoleMappingEntity.Key. getRole()RoleEntityRoleAttributeEntity. getRole()Methods in org.keycloak.models.jpa.entities that return types with arguments of type RoleEntity Modifier and Type Method Description Set<RoleEntity>RoleEntity. getCompositeRoles()Methods in org.keycloak.models.jpa.entities with parameters of type RoleEntity Modifier and Type Method Description voidClientScopeRoleMappingEntity. setRole(RoleEntity role)voidRoleAttributeEntity. setRole(RoleEntity role)Method parameters in org.keycloak.models.jpa.entities with type arguments of type RoleEntity Modifier and Type Method Description voidRoleEntity. setCompositeRoles(Set<RoleEntity> compositeRoles)Constructors in org.keycloak.models.jpa.entities with parameters of type RoleEntity Constructor Description Key(ClientScopeEntity clientScope, RoleEntity role)
 
-