Uses of Interface
org.keycloak.models.map.role.MapRoleEntity
Packages that use MapRoleEntity
-
Uses of MapRoleEntity in org.keycloak.models.map.role
Classes in org.keycloak.models.map.role that implement MapRoleEntityModifier and TypeClassDescriptionstatic classclassclassclassstatic classMethods in org.keycloak.models.map.role that return MapRoleEntityModifier and TypeMethodDescriptionstatic 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 MapRoleEntityModifier and TypeMethodDescriptionMapRoleEntityDelegate.getDelegateProvider()MapRoleEntityFieldDelegate.getEntityFieldDelegate()Methods in org.keycloak.models.map.role with parameters of type MapRoleEntityModifier and TypeMethodDescriptionstatic MapRoleEntityMapRoleEntityCloner.deepClone(MapRoleEntity original, MapRoleEntity target) static MapRoleEntityMapRoleEntityCloner.deepCloneNoId(MapRoleEntity original, MapRoleEntity target) Constructors in org.keycloak.models.map.role with parameters of type MapRoleEntityModifierConstructorDescriptionMapRoleAdapter(KeycloakSession session, RealmModel realm, MapRoleEntity entity) Constructor parameters in org.keycloak.models.map.role with type arguments of type MapRoleEntityModifierConstructorDescriptionMapRoleEntityDelegate(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 MapRoleEntityModifier and TypeFieldDescriptionstatic final Map<SearchableModelField<RoleModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapRoleEntity, RoleModel>> MapFieldPredicates.ROLE_PREDICATES