Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyKerberosUserModelDelegate |
Modifier and Type | Class and Description |
---|---|
class |
ReadonlySSSDUserModelDelegate
Readonly proxy for a SSSD UserModel that prevents attributes from being updated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GroupModel |
static interface |
GroupModel.Streams
The
GroupModel.Streams interface makes all collection-based methods in GroupModel default by providing
implementations that delegate to the Stream -based variants instead of the other way around. |
static interface |
RoleMapperModel.Streams
The
RoleMapperModel.Streams interface makes all collection-based methods in RoleMapperModel default by providing
implementations that delegate to the Stream -based variants instead of the other way around. |
interface |
UserModel |
static interface |
UserModel.Streams
The
UserModel.Streams interface makes all collection-based methods in UserModel default by providing
implementations that delegate to the Stream -based variants instead of the other way around. |
Modifier and Type | Class and Description |
---|---|
class |
UserModelDefaultMethods |
static class |
UserModelDefaultMethods.Streams
The
UserModelDefaultMethods.Streams class extends the UserModelDefaultMethods abstract class and
implements the UserModel.Streams interface, allowing subclasses to focus on the implementation of the
Stream -based query methods and providing default implementations for the collections-based variants that
delegate to their Stream counterparts. |
Modifier and Type | Interface and Description |
---|---|
interface |
CachedUserModel
Cached users will implement this interface
|
static interface |
CachedUserModel.Streams
The
CachedUserModel.Streams interface differs from CachedUserModel in that it extends the
UserModel.Streams interface, allowing implementations of CachedUserModel to focus on the
Stream -based methods in the UserModel interface. |
Modifier and Type | Class and Description |
---|---|
class |
GroupAdapter |
class |
UserAdapter |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGroupModel<E extends AbstractEntity> |
class |
MapGroupAdapter |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserModel<E extends AbstractEntity> |
class |
MapUserAdapter |
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyUserModelDelegate |
class |
UserModelDelegate
Delegation pattern.
|
Modifier and Type | Field and Description |
---|---|
protected RoleMapperModel |
ClientRoleMappingsResource.user |
Constructor and Description |
---|
ClientRoleMappingsResource(javax.ws.rs.core.UriInfo uriInfo,
KeycloakSession session,
RealmModel realm,
AdminPermissionEvaluator auth,
RoleMapperModel user,
ClientModel client,
AdminEventBuilder adminEvent,
AdminPermissionEvaluator.RequirePermissionCheck manageCheck,
AdminPermissionEvaluator.RequirePermissionCheck viewCheck) |
RoleMapperResource(RealmModel realm,
AdminPermissionEvaluator auth,
RoleMapperModel roleMapper,
AdminEventBuilder adminEvent,
AdminPermissionEvaluator.RequirePermissionCheck manageCheck,
AdminPermissionEvaluator.RequirePermissionCheck viewCheck) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserAdapter
This abstract class provides implementations for everything but getUsername().
|
static class |
AbstractUserAdapter.Streams
The
AbstractUserAdapter.Streams class extends the AbstractUserAdapter abstract class and implements
the UserModel.Streams interface, allowing subclasses to focus on the implementation of the Stream -based
query methods and providing default implementations for the collections-based variants that delegate to their
Stream counterparts. |
class |
AbstractUserAdapterFederatedStorage
Assumes everything is managed by federated storage except for username.
|
static class |
AbstractUserAdapterFederatedStorage.Streams
The
AbstractUserAdapterFederatedStorage.Streams class extends the AbstractUserAdapterFederatedStorage
abstract class and implements the UserModel.Streams interface, allowing subclasses to focus on the implementation
of the Stream -based query methods and providing default implementations for the collections-based variants
that delegate to their Stream counterparts. |
class |
InMemoryUserAdapter |
class |
UpdateOnlyChangeUserModelDelegate
This will perform update operation for particular attribute/property just if the existing value is not already same.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
TxAwareLDAPUserModelDelegate |
Modifier and Type | Class and Description |
---|---|
class |
GroupLDAPStorageMapper.LDAPGroupMappingsUserDelegate |
Modifier and Type | Class and Description |
---|---|
class |
RoleLDAPStorageMapper.LDAPRoleMappingsUserDelegate |
Modifier and Type | Class and Description |
---|---|
class |
MSADUserAccountControlStorageMapper.MSADUserModelDelegate |
Modifier and Type | Class and Description |
---|---|
class |
MSADLDSUserAccountControlStorageMapper.MSADUserModelDelegate |
Copyright © 2020 JBoss by Red Hat. All rights reserved.