Uses of Interface
org.keycloak.models.UserModel.Streams
-
-
Uses of UserModel.Streams in org.keycloak.federation.kerberos
Classes in org.keycloak.federation.kerberos that implement UserModel.Streams Modifier and Type Class Description class
ReadOnlyKerberosUserModelDelegate
-
Uses of UserModel.Streams in org.keycloak.federation.sssd
Classes in org.keycloak.federation.sssd that implement UserModel.Streams Modifier and Type Class Description class
ReadonlySSSDUserModelDelegate
Readonly proxy for a SSSD UserModel that prevents attributes from being updated. -
Uses of UserModel.Streams in org.keycloak.models
Classes in org.keycloak.models that implement UserModel.Streams Modifier and Type Class Description static class
UserModelDefaultMethods.Streams
TheUserModelDefaultMethods.Streams
class extends theUserModelDefaultMethods
abstract class and implements theUserModel.Streams
interface, allowing subclasses to focus on the implementation of theStream
-based query methods and providing default implementations for the collections-based variants that delegate to theirStream
counterparts. -
Uses of UserModel.Streams in org.keycloak.models.cache
Subinterfaces of UserModel.Streams in org.keycloak.models.cache Modifier and Type Interface Description static interface
CachedUserModel.Streams
TheCachedUserModel.Streams
interface differs fromCachedUserModel
in that it extends theUserModel.Streams
interface, allowing implementations ofCachedUserModel
to focus on theStream
-based methods in theUserModel
interface. -
Uses of UserModel.Streams in org.keycloak.models.cache.infinispan
Classes in org.keycloak.models.cache.infinispan that implement UserModel.Streams Modifier and Type Class Description class
UserAdapter
-
Uses of UserModel.Streams in org.keycloak.models.jpa
Classes in org.keycloak.models.jpa that implement UserModel.Streams Modifier and Type Class Description class
UserAdapter
-
Uses of UserModel.Streams in org.keycloak.models.map.user
Classes in org.keycloak.models.map.user that implement UserModel.Streams Modifier and Type Class Description class
AbstractUserModel<E extends AbstractEntity>
class
MapUserAdapter
-
Uses of UserModel.Streams in org.keycloak.models.utils
Classes in org.keycloak.models.utils that implement UserModel.Streams Modifier and Type Class Description class
ReadOnlyUserModelDelegate
class
UserModelDelegate
Delegation pattern. -
Uses of UserModel.Streams in org.keycloak.storage.adapter
Classes in org.keycloak.storage.adapter that implement UserModel.Streams Modifier and Type Class Description static class
AbstractUserAdapter.Streams
TheAbstractUserAdapter.Streams
class extends theAbstractUserAdapter
abstract class and implements theUserModel.Streams
interface, allowing subclasses to focus on the implementation of theStream
-based query methods and providing default implementations for the collections-based variants that delegate to theirStream
counterparts.static class
AbstractUserAdapterFederatedStorage.Streams
TheAbstractUserAdapterFederatedStorage.Streams
class extends theAbstractUserAdapterFederatedStorage
abstract class and implements theUserModel.Streams
interface, allowing subclasses to focus on the implementation of theStream
-based query methods and providing default implementations for the collections-based variants that delegate to theirStream
counterparts.class
InMemoryUserAdapter
class
UpdateOnlyChangeUserModelDelegate
This will perform update operation for particular attribute/property just if the existing value is not already same. -
Uses of UserModel.Streams in org.keycloak.storage.ldap
Classes in org.keycloak.storage.ldap that implement UserModel.Streams Modifier and Type Class Description class
LDAPWritesOnlyUserModelDelegate
User model delegate, which tracks what attributes were written to LDAP in this transaction.class
ReadonlyLDAPUserModelDelegate
Will be good to get rid of this class and use ReadOnlyUserModelDelegate, but it can't be done now due the backwards compatibility. -
Uses of UserModel.Streams in org.keycloak.storage.ldap.mappers
Classes in org.keycloak.storage.ldap.mappers that implement UserModel.Streams Modifier and Type Class Description class
TxAwareLDAPUserModelDelegate
-
Uses of UserModel.Streams in org.keycloak.storage.ldap.mappers.membership.group
Classes in org.keycloak.storage.ldap.mappers.membership.group that implement UserModel.Streams Modifier and Type Class Description class
GroupLDAPStorageMapper.LDAPGroupMappingsUserDelegate
-
Uses of UserModel.Streams in org.keycloak.storage.ldap.mappers.membership.role
Classes in org.keycloak.storage.ldap.mappers.membership.role that implement UserModel.Streams Modifier and Type Class Description class
RoleLDAPStorageMapper.LDAPRoleMappingsUserDelegate
-
Uses of UserModel.Streams in org.keycloak.storage.ldap.mappers.msad
Classes in org.keycloak.storage.ldap.mappers.msad that implement UserModel.Streams Modifier and Type Class Description class
MSADUserAccountControlStorageMapper.MSADUserModelDelegate
-
Uses of UserModel.Streams in org.keycloak.storage.ldap.mappers.msadlds
Classes in org.keycloak.storage.ldap.mappers.msadlds that implement UserModel.Streams Modifier and Type Class Description class
MSADLDSUserAccountControlStorageMapper.MSADUserModelDelegate
-