Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.models.cache | |
org.keycloak.models.jpa | |
org.keycloak.models.mongo.keycloak.adapters | |
org.keycloak.services |
Modifier and Type | Class and Description |
---|---|
class |
UserFederationManager |
Modifier and Type | Method and Description |
---|---|
UserProvider |
KeycloakSession.userStorage()
Keycloak user storage.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheUserProvider |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCacheUserProvider |
class |
NoCacheUserProvider |
Modifier and Type | Field and Description |
---|---|
protected UserProvider |
NoCacheUserProvider.delegate |
protected UserProvider |
DefaultCacheUserProvider.delegate |
Modifier and Type | Method and Description |
---|---|
UserProvider |
NoCacheUserProvider.getDelegate() |
UserProvider |
DefaultCacheUserProvider.getDelegate() |
UserProvider |
CacheUserProvider.getDelegate() |
Modifier and Type | Class and Description |
---|---|
class |
JpaUserProvider |
Modifier and Type | Method and Description |
---|---|
UserProvider |
JpaUserProviderFactory.create(KeycloakSession session) |
Modifier and Type | Class and Description |
---|---|
class |
MongoUserProvider |
Modifier and Type | Method and Description |
---|---|
UserProvider |
MongoUserProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
UserProvider |
DefaultKeycloakSession.userStorage() |
Copyright © 2014. All Rights Reserved.