Uses of Interface
org.keycloak.models.map.client.MapProtocolMapperEntity
- 
- 
Uses of MapProtocolMapperEntity in org.keycloak.models.map.clientClasses in org.keycloak.models.map.client that implement MapProtocolMapperEntity Modifier and Type Class Description classMapProtocolMapperEntityDelegateclassMapProtocolMapperEntityFieldDelegateclassMapProtocolMapperEntityImplstatic classMapProtocolMapperEntityImpl.EmptyMethods in org.keycloak.models.map.client that return MapProtocolMapperEntity Modifier and Type Method Description static MapProtocolMapperEntityMapProtocolMapperEntityCloner. deepClone(MapProtocolMapperEntity original, MapProtocolMapperEntity target)static MapProtocolMapperEntityMapProtocolMapperEntityCloner. deepCloneNoId(MapProtocolMapperEntity original, MapProtocolMapperEntity target)static MapProtocolMapperEntityMapProtocolMapperUtils. fromModel(ProtocolMapperModel model)Methods in org.keycloak.models.map.client with parameters of type MapProtocolMapperEntity Modifier and Type Method Description voidMapClientEntity. addProtocolMapper(MapProtocolMapperEntity mapping)voidMapClientEntityDelegate. addProtocolMapper(MapProtocolMapperEntity mapping)voidMapClientEntityFieldDelegate. addProtocolMapper(MapProtocolMapperEntity p0)voidMapClientEntityImpl. addProtocolMapper(MapProtocolMapperEntity p0)voidMapClientEntityImpl.Empty. addProtocolMapper(MapProtocolMapperEntity mapping)static MapProtocolMapperEntityMapProtocolMapperEntityCloner. deepClone(MapProtocolMapperEntity original, MapProtocolMapperEntity target)static MapProtocolMapperEntityMapProtocolMapperEntityCloner. deepCloneNoId(MapProtocolMapperEntity original, MapProtocolMapperEntity target)ProtocolMapperModelMapProtocolMapperUtils. toModel(MapProtocolMapperEntity entity)Constructor parameters in org.keycloak.models.map.client with type arguments of type MapProtocolMapperEntity Constructor Description MapProtocolMapperEntityDelegate(DelegateProvider<MapProtocolMapperEntity> delegateProvider)MapProtocolMapperEntityFieldDelegate(EntityFieldDelegate<MapProtocolMapperEntity> entityFieldDelegate)
- 
Uses of MapProtocolMapperEntity in org.keycloak.models.map.clientscopeMethods in org.keycloak.models.map.clientscope that return types with arguments of type MapProtocolMapperEntity Modifier and Type Method Description Optional<MapProtocolMapperEntity>MapClientScopeEntity. getProtocolMapper(String id)Optional<MapProtocolMapperEntity>MapClientScopeEntityDelegate. getProtocolMapper(String id)Optional<MapProtocolMapperEntity>MapClientScopeEntityFieldDelegate. getProtocolMapper(String p0)Optional<MapProtocolMapperEntity>MapClientScopeEntityImpl.Empty. getProtocolMapper(String id)Optional<MapProtocolMapperEntity>MapClientScopeEntityImpl. getProtocolMapper(String p0)Set<MapProtocolMapperEntity>MapClientScopeEntity. getProtocolMappers()Set<MapProtocolMapperEntity>MapClientScopeEntityDelegate. getProtocolMappers()Set<MapProtocolMapperEntity>MapClientScopeEntityFieldDelegate. getProtocolMappers()Set<MapProtocolMapperEntity>MapClientScopeEntityImpl.Empty. getProtocolMappers()Set<MapProtocolMapperEntity>MapClientScopeEntityImpl. getProtocolMappers()Methods in org.keycloak.models.map.clientscope with parameters of type MapProtocolMapperEntity Modifier and Type Method Description voidMapClientScopeEntity. addProtocolMapper(MapProtocolMapperEntity mapping)voidMapClientScopeEntityDelegate. addProtocolMapper(MapProtocolMapperEntity mapping)voidMapClientScopeEntityFieldDelegate. addProtocolMapper(MapProtocolMapperEntity p0)voidMapClientScopeEntityImpl. addProtocolMapper(MapProtocolMapperEntity p0)voidMapClientScopeEntityImpl.Empty. addProtocolMapper(MapProtocolMapperEntity mapping)
- 
Uses of MapProtocolMapperEntity in org.keycloak.models.map.storage.hotRod.clientClasses in org.keycloak.models.map.storage.hotRod.client that implement MapProtocolMapperEntity Modifier and Type Class Description classHotRodProtocolMapperEntityDelegateMethods in org.keycloak.models.map.storage.hotRod.client that return types with arguments of type MapProtocolMapperEntity Modifier and Type Method Description Optional<MapProtocolMapperEntity>HotRodClientEntityDelegate. getProtocolMapper(String p0)Set<MapProtocolMapperEntity>HotRodClientEntityDelegate. getProtocolMappers()Methods in org.keycloak.models.map.storage.hotRod.client with parameters of type MapProtocolMapperEntity Modifier and Type Method Description voidHotRodClientEntityDelegate. addProtocolMapper(MapProtocolMapperEntity p0)
- 
Uses of MapProtocolMapperEntity in org.keycloak.models.map.storage.hotRod.clientscopeMethods in org.keycloak.models.map.storage.hotRod.clientscope that return types with arguments of type MapProtocolMapperEntity Modifier and Type Method Description Optional<MapProtocolMapperEntity>HotRodClientScopeEntityDelegate. getProtocolMapper(String p0)Set<MapProtocolMapperEntity>HotRodClientScopeEntityDelegate. getProtocolMappers()Methods in org.keycloak.models.map.storage.hotRod.clientscope with parameters of type MapProtocolMapperEntity Modifier and Type Method Description voidHotRodClientScopeEntityDelegate. addProtocolMapper(MapProtocolMapperEntity p0)
- 
Uses of MapProtocolMapperEntity in org.keycloak.models.map.storage.jpa.client.entityMethods in org.keycloak.models.map.storage.jpa.client.entity that return types with arguments of type MapProtocolMapperEntity Modifier and Type Method Description Optional<MapProtocolMapperEntity>JpaClientEntity. getProtocolMapper(String id)Set<MapProtocolMapperEntity>JpaClientEntity. getProtocolMappers()Methods in org.keycloak.models.map.storage.jpa.client.entity with parameters of type MapProtocolMapperEntity Modifier and Type Method Description voidJpaClientEntity. addProtocolMapper(MapProtocolMapperEntity mapping)
- 
Uses of MapProtocolMapperEntity in org.keycloak.models.map.storage.jpa.clientScope.entityMethods in org.keycloak.models.map.storage.jpa.clientScope.entity that return types with arguments of type MapProtocolMapperEntity Modifier and Type Method Description Optional<MapProtocolMapperEntity>JpaClientScopeEntity. getProtocolMapper(String id)Set<MapProtocolMapperEntity>JpaClientScopeEntity. getProtocolMappers()Methods in org.keycloak.models.map.storage.jpa.clientScope.entity with parameters of type MapProtocolMapperEntity Modifier and Type Method Description voidJpaClientScopeEntity. addProtocolMapper(MapProtocolMapperEntity mapping)
 
-