Uses of Interface
org.keycloak.models.map.role.MapRoleEntity
-
Packages that use MapRoleEntity Package Description org.keycloak.models.map.role org.keycloak.models.map.storage.chm -
-
Uses of MapRoleEntity in org.keycloak.models.map.role
Classes in org.keycloak.models.map.role that implement MapRoleEntity Modifier and Type Class Description static classMapRoleEntity.AbstractRoleEntityclassMapRoleEntityDelegateclassMapRoleEntityFieldDelegateclassMapRoleEntityImplstatic classMapRoleEntityImpl.EmptyMethods in org.keycloak.models.map.role that return MapRoleEntity Modifier and Type Method Description static MapRoleEntityMapRoleEntityCloner. deepClone(MapRoleEntity original, MapRoleEntity target)static MapRoleEntityMapRoleEntityCloner. deepCloneNoId(MapRoleEntity original, MapRoleEntity target)Methods in org.keycloak.models.map.role that return types with arguments of type MapRoleEntity Modifier and Type Method Description EntityFieldDelegate<MapRoleEntity>MapRoleEntityFieldDelegate. getEntityFieldDelegate()Methods in org.keycloak.models.map.role with parameters of type MapRoleEntity Modifier and Type Method Description static MapRoleEntityMapRoleEntityCloner. deepClone(MapRoleEntity original, MapRoleEntity target)static MapRoleEntityMapRoleEntityCloner. deepCloneNoId(MapRoleEntity original, MapRoleEntity target)Constructors in org.keycloak.models.map.role with parameters of type MapRoleEntity Constructor Description MapRoleAdapter(KeycloakSession session, RealmModel realm, MapRoleEntity entity)Constructor parameters in org.keycloak.models.map.role with type arguments of type MapRoleEntity Constructor Description MapRoleEntityDelegate(DelegateProvider<MapRoleEntity> delegateProvider)MapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate)MapRoleProvider(KeycloakSession session, MapStorage<MapRoleEntity,RoleModel> roleStore) -
Uses of MapRoleEntity in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type MapRoleEntity Modifier and Type Field Description static Map<SearchableModelField<RoleModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapRoleEntity,RoleModel>>MapFieldPredicates. ROLE_PREDICATES
-