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.jpa
Fields in org.keycloak.models.jpa declared as RoleEntity Modifier and Type Field Description protected RoleEntity
RoleAdapter. role
Methods in org.keycloak.models.jpa that return RoleEntity Modifier and Type Method Description RoleEntity
RoleAdapter. getEntity()
Methods in org.keycloak.models.jpa with parameters of type RoleEntity Modifier and Type Method Description void
RoleAdapter. 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.entities
Fields in org.keycloak.models.jpa.entities declared as RoleEntity Modifier and Type Field Description protected RoleEntity
ClientScopeRoleMappingEntity.Key. role
protected RoleEntity
ClientScopeRoleMappingEntity. role
protected RoleEntity
RoleAttributeEntity. role
Methods in org.keycloak.models.jpa.entities that return RoleEntity Modifier and Type Method Description RoleEntity
ClientScopeRoleMappingEntity. getRole()
RoleEntity
ClientScopeRoleMappingEntity.Key. getRole()
RoleEntity
RoleAttributeEntity. 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 void
ClientScopeRoleMappingEntity. setRole(RoleEntity role)
void
RoleAttributeEntity. setRole(RoleEntity role)
Method parameters in org.keycloak.models.jpa.entities with type arguments of type RoleEntity Modifier and Type Method Description void
RoleEntity. setCompositeRoles(Set<RoleEntity> compositeRoles)
Constructors in org.keycloak.models.jpa.entities with parameters of type RoleEntity Constructor Description Key(ClientScopeEntity clientScope, RoleEntity role)
-