| Package | Description |
|---|---|
| org.keycloak.migration | |
| org.keycloak.migration.migrators | |
| org.keycloak.models | |
| org.keycloak.models.utils | |
| org.keycloak.provider |
| Modifier and Type | Method and Description |
|---|---|
static void |
MigrationModelManager.migrate(KeycloakSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
MigrationTo1_2_0_CR1.migrate(KeycloakSession session) |
void |
MigrateTo1_5_0.migrate(KeycloakSession session) |
void |
MigrateTo1_4_0.migrate(KeycloakSession session) |
void |
MigrateTo1_3_0.migrate(KeycloakSession session) |
| Modifier and Type | Field and Description |
|---|---|
protected KeycloakSession |
UserFederationManager.session |
| Modifier and Type | Method and Description |
|---|---|
KeycloakSession |
KeycloakSessionFactory.create() |
KeycloakSession |
UserFederationMapperEventImpl.getSession() |
KeycloakSession |
RealmModel.UserFederationMapperEvent.getSession() |
| Modifier and Type | Method and Description |
|---|---|
UserFederationProvider |
UserFederationProviderFactory.create(KeycloakSession session)
This method is never called and is only an artifact of ProviderFactory.
|
UserFederationProvider |
UserFederationProviderFactory.getInstance(KeycloakSession session,
UserFederationProviderModel model)
called per Keycloak transaction.
|
void |
KeycloakSessionTask.run(KeycloakSession session) |
static void |
ImpersonationConstants.setupImpersonationService(KeycloakSession session,
RealmModel realm) |
| Constructor and Description |
|---|
UserFederationManager(KeycloakSession session) |
UserFederationMapperEventImpl(UserFederationMapperModel mapperModel,
RealmModel realm,
KeycloakSession session) |
| Modifier and Type | Method and Description |
|---|---|
static ClientModel |
RepresentationToModel.createClient(KeycloakSession session,
RealmModel realm,
ClientRepresentation resourceRep,
boolean addDefaultRoles)
Does not create scope or role mappings!
|
static UserModel |
RepresentationToModel.createUser(KeycloakSession session,
RealmModel newRealm,
UserRepresentation userRep,
Map<String,ClientModel> clientMap) |
static UserModel |
KeycloakModelUtils.findUserByNameOrEmail(KeycloakSession session,
RealmModel realm,
String username)
Try to find user by given username.
|
static void |
RepresentationToModel.importRealm(KeycloakSession session,
RealmRepresentation rep,
RealmModel newRealm) |
| Modifier and Type | Method and Description |
|---|---|
T |
ProviderFactory.create(KeycloakSession session) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.