Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.models.cache | |
org.keycloak.models.utils | |
org.keycloak.storage.adapter |
Modifier and Type | Interface and Description |
---|---|
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 |
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 |
---|---|
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 |
---|---|
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 |
UserModelDelegate
Delegation pattern.
|
Modifier and Type | Class and Description |
---|---|
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. |
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. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.