Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
RequiredActionContextResult.session |
protected KeycloakSession |
AuthenticationProcessor.session |
Modifier and Type | Method and Description |
---|---|
KeycloakSession |
RequiredActionContextResult.getSession() |
KeycloakSession |
AuthenticationProcessor.getSession() |
KeycloakSession |
AuthenticationProcessor.Result.getSession() |
KeycloakSession |
RequiredActionContext.getSession() |
KeycloakSession |
FormContext.getSession()
Current session
|
KeycloakSession |
AbstractAuthenticationFlowContext.getSession()
Current session
|
Modifier and Type | Method and Description |
---|---|
static ClientSessionModel |
AuthenticationProcessor.clone(KeycloakSession session,
ClientSessionModel clientSession) |
boolean |
FormAction.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user)
Is this FormAction configured for the current user?
|
boolean |
Authenticator.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user)
Is this authenticator configured for this user.
|
void |
FormAction.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user)
Set actions to configure authenticator
|
void |
Authenticator.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user)
Set actions to configure authenticator
|
AuthenticationProcessor |
AuthenticationProcessor.setSession(KeycloakSession session) |
Constructor and Description |
---|
RequiredActionContextResult(UserSessionModel userSession,
ClientSessionModel clientSession,
RealmModel realm,
EventBuilder eventBuilder,
KeycloakSession session,
org.jboss.resteasy.spi.HttpRequest httpRequest,
UserModel user,
RequiredActionFactory factory) |
Modifier and Type | Method and Description |
---|---|
boolean |
IdpReviewProfileAuthenticator.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
IdpEmailVerificationAuthenticator.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
IdpCreateUserIfUniqueAuthenticator.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
IdpConfirmLinkAuthenticator.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
Authenticator |
IdpUsernamePasswordFormFactory.create(KeycloakSession session) |
Authenticator |
IdpReviewProfileAuthenticatorFactory.create(KeycloakSession session) |
Authenticator |
IdpEmailVerificationAuthenticatorFactory.create(KeycloakSession session) |
Authenticator |
IdpCreateUserIfUniqueAuthenticatorFactory.create(KeycloakSession session) |
Authenticator |
IdpConfirmLinkAuthenticatorFactory.create(KeycloakSession session) |
static UserModel |
AbstractIdpAuthenticator.getExistingUser(KeycloakSession session,
RealmModel realm,
ClientSessionModel clientSession) |
void |
AbstractIdpAuthenticator.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
BrokeredIdentityContext |
SerializedBrokeredIdentityContext.deserialize(KeycloakSession session,
ClientSessionModel clientSession) |
Modifier and Type | Method and Description |
---|---|
boolean |
UsernamePasswordForm.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
SpnegoAuthenticator.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
ScriptBasedAuthenticator.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
OTPFormAuthenticator.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
CookieAuthenticator.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
Authenticator |
UsernamePasswordFormFactory.create(KeycloakSession session) |
Authenticator |
SpnegoAuthenticatorFactory.create(KeycloakSession session) |
Authenticator |
ScriptBasedAuthenticatorFactory.create(KeycloakSession session) |
Authenticator |
OTPFormAuthenticatorFactory.create(KeycloakSession session) |
Authenticator |
CookieAuthenticatorFactory.create(KeycloakSession session) |
Authenticator |
ConditionalOtpFormAuthenticatorFactory.create(KeycloakSession session) |
void |
UsernamePasswordForm.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
void |
SpnegoAuthenticator.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
void |
ScriptBasedAuthenticator.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
void |
OTPFormAuthenticator.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
void |
CookieAuthenticator.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
ClientAuthenticator |
AbstractClientAuthenticator.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
boolean |
ValidateUsername.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
ValidatePassword.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
ValidateOTP.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
Authenticator |
AbstractDirectGrantAuthenticator.create(KeycloakSession session) |
void |
ValidateUsername.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
void |
ValidatePassword.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
void |
ValidateOTP.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
boolean |
ResetCredentialEmail.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
ResetCredentialChooseUser.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
AbstractSetRequiredActionAuthenticator.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
Authenticator |
ResetCredentialEmail.create(KeycloakSession session) |
Authenticator |
ResetCredentialChooseUser.create(KeycloakSession session) |
Authenticator |
AbstractSetRequiredActionAuthenticator.create(KeycloakSession session) |
void |
ResetCredentialEmail.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
void |
ResetCredentialChooseUser.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
void |
AbstractSetRequiredActionAuthenticator.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
boolean |
RegistrationUserCreation.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
RegistrationRecaptcha.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
RegistrationProfile.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
RegistrationPassword.configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
FormAction |
RegistrationUserCreation.create(KeycloakSession session) |
FormAction |
RegistrationRecaptcha.create(KeycloakSession session) |
FormAction |
RegistrationProfile.create(KeycloakSession session) |
FormAction |
RegistrationPassword.create(KeycloakSession session) |
FormAuthenticator |
RegistrationPage.create(KeycloakSession session) |
void |
RegistrationUserCreation.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
void |
RegistrationRecaptcha.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
void |
RegistrationProfile.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
void |
RegistrationPassword.setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
RequiredActionProvider |
VerifyEmail.create(KeycloakSession session) |
RequiredActionProvider |
UpdateTotp.create(KeycloakSession session) |
RequiredActionProvider |
UpdateProfile.create(KeycloakSession session) |
RequiredActionProvider |
UpdatePassword.create(KeycloakSession session) |
RequiredActionProvider |
TermsAndConditions.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
KeycloakSession |
AuthorizationProvider.getKeycloakSession() |
Modifier and Type | Method and Description |
---|---|
AuthorizationProvider |
DefaultAuthorizationProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
AuthorizationProvider(KeycloakSession session,
StoreFactory storeFactory) |
AuthorizationProvider(KeycloakSession session,
StoreFactory storeFactory,
Executor scheduller) |
Constructor and Description |
---|
AuthorizationService(KeycloakSession session,
ClientModel client,
RealmAuth auth) |
Constructor and Description |
---|
KeycloakEvaluationContext(KeycloakIdentity identity,
KeycloakSession keycloakSession) |
KeycloakEvaluationContext(KeycloakSession keycloakSession) |
KeycloakIdentity(AccessToken accessToken,
KeycloakSession keycloakSession) |
KeycloakIdentity(KeycloakSession keycloakSession) |
Modifier and Type | Method and Description |
---|---|
WellKnownProvider |
UmaWellKnownProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
UmaWellKnownProvider(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
StoreFactory |
JPAAuthorizationStoreFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
StoreFactory |
MongoAuthorizationStoreFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
PolicyProvider |
AggregatePolicyProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
PolicyProvider |
DroolsPolicyProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
PolicyProvider |
JSPolicyProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
PolicyProvider |
ResourcePolicyProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
PolicyProvider |
RolePolicyProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
PolicyProvider |
ScopePolicyProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
PolicyProvider |
TimePolicyProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
PolicyProvider |
UserPolicyProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
TokenIntrospectionProvider |
RPTIntrospectionProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
RPTIntrospectionProvider(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
static AccessToken |
Tokens.getAccessToken(KeycloakSession keycloakSession) |
static String |
Tokens.getAccessTokenAsString(KeycloakSession keycloakSession) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
AbstractOAuth2IdentityProvider.Endpoint.session |
Modifier and Type | Method and Description |
---|---|
void |
OIDCIdentityProvider.backchannelLogout(KeycloakSession session,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
RealmModel realm) |
javax.ws.rs.core.Response |
OIDCIdentityProvider.keycloakInitiatedBrowserLogout(KeycloakSession session,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
RealmModel realm) |
String |
OIDCIdentityProvider.refreshToken(KeycloakSession session,
UserSessionModel userSession)
Returns access token response as a string from a refresh token invocation on the remote OIDC broker
|
javax.ws.rs.core.Response |
AbstractOAuth2IdentityProvider.retrieveToken(KeycloakSession session,
FederatedIdentityModel identity) |
Modifier and Type | Method and Description |
---|---|
KeycloakSession |
AuthenticationRequest.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
IdentityProvider.backchannelLogout(KeycloakSession session,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
RealmModel realm) |
void |
AbstractIdentityProvider.backchannelLogout(KeycloakSession session,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
RealmModel realm) |
IdentityProviderMapper |
AbstractIdentityProviderMapper.create(KeycloakSession session) |
T |
AbstractIdentityProviderFactory.create(KeycloakSession session) |
void |
IdentityProvider.importNewUser(KeycloakSession session,
RealmModel realm,
UserModel user,
BrokeredIdentityContext context) |
void |
AbstractIdentityProvider.importNewUser(KeycloakSession session,
RealmModel realm,
UserModel user,
BrokeredIdentityContext context) |
void |
HardcodedRoleMapper.importNewUser(KeycloakSession session,
RealmModel realm,
UserModel user,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
void |
IdentityProviderMapper.importNewUser(KeycloakSession session,
RealmModel realm,
UserModel user,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context)
Called after UserModel is created for first time for this user.
|
void |
AbstractIdentityProviderMapper.importNewUser(KeycloakSession session,
RealmModel realm,
UserModel user,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
javax.ws.rs.core.Response |
IdentityProvider.keycloakInitiatedBrowserLogout(KeycloakSession session,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
RealmModel realm)
Called when a Keycloak application initiates a logout through the browser.
|
javax.ws.rs.core.Response |
AbstractIdentityProvider.keycloakInitiatedBrowserLogout(KeycloakSession session,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
RealmModel realm) |
void |
IdentityProvider.preprocessFederatedIdentity(KeycloakSession session,
RealmModel realm,
BrokeredIdentityContext context) |
void |
AbstractIdentityProvider.preprocessFederatedIdentity(KeycloakSession session,
RealmModel realm,
BrokeredIdentityContext context) |
void |
HardcodedUserSessionAttributeMapper.preprocessFederatedIdentity(KeycloakSession session,
RealmModel realm,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
void |
HardcodedAttributeMapper.preprocessFederatedIdentity(KeycloakSession session,
RealmModel realm,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
void |
IdentityProviderMapper.preprocessFederatedIdentity(KeycloakSession session,
RealmModel realm,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context)
Called to determine what keycloak username and email to use to process the login request from the external IDP.
|
void |
AbstractIdentityProviderMapper.preprocessFederatedIdentity(KeycloakSession session,
RealmModel realm,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
javax.ws.rs.core.Response |
IdentityProvider.retrieveToken(KeycloakSession session,
FederatedIdentityModel identity)
Returns a
Response containing the token previously stored during the authentication process for a
specific user. |
void |
IdentityProvider.updateBrokeredUser(KeycloakSession session,
RealmModel realm,
UserModel user,
BrokeredIdentityContext context) |
void |
AbstractIdentityProvider.updateBrokeredUser(KeycloakSession session,
RealmModel realm,
UserModel user,
BrokeredIdentityContext context) |
void |
HardcodedUserSessionAttributeMapper.updateBrokeredUser(KeycloakSession session,
RealmModel realm,
UserModel user,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
void |
HardcodedRoleMapper.updateBrokeredUser(KeycloakSession session,
RealmModel realm,
UserModel user,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
void |
HardcodedAttributeMapper.updateBrokeredUser(KeycloakSession session,
RealmModel realm,
UserModel user,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
void |
IdentityProviderMapper.updateBrokeredUser(KeycloakSession session,
RealmModel realm,
UserModel user,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context)
Called when this user has logged in before and has already been imported.
|
Constructor and Description |
---|
AuthenticationRequest(KeycloakSession session,
RealmModel realm,
ClientSessionModel clientSession,
org.jboss.resteasy.spi.HttpRequest httpRequest,
javax.ws.rs.core.UriInfo uriInfo,
String state,
String redirectUri) |
Modifier and Type | Method and Description |
---|---|
void |
SAMLIdentityProvider.backchannelLogout(KeycloakSession session,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
RealmModel realm) |
javax.ws.rs.core.Response |
SAMLIdentityProvider.keycloakInitiatedBrowserLogout(KeycloakSession session,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
RealmModel realm) |
javax.ws.rs.core.Response |
SAMLIdentityProvider.retrieveToken(KeycloakSession session,
FederatedIdentityModel identity) |
Modifier and Type | Method and Description |
---|---|
ClusterProvider |
InfinispanClusterProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
InfinispanClusterProvider(InfinispanClusterProviderFactory factory,
KeycloakSession session,
org.infinispan.Cache<String,Serializable> cache) |
Modifier and Type | Method and Description |
---|---|
default ProviderType |
ComponentFactory.create(KeycloakSession session) |
CreatedType |
ComponentFactory.create(KeycloakSession session,
ComponentModel model) |
void |
ComponentFactory.validateConfiguration(KeycloakSession session,
ComponentModel config) |
Modifier and Type | Method and Description |
---|---|
HttpClientProvider |
DefaultHttpClientFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
InfinispanConnectionProvider |
DefaultInfinispanConnectionProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
JpaConnectionProvider |
DefaultJpaConnectionProviderFactory.create(KeycloakSession session) |
static javax.persistence.EntityManager |
JndiEntityManagerLookup.getSessionEntityManager(KeycloakSession session,
String entityManagerFactoryJndiName) |
void |
HibernateStatsReporter.run(KeycloakSession session) |
protected void |
DefaultJpaConnectionProviderFactory.startGlobalStats(KeycloakSession session,
int globalStatsIntervalSecs) |
Modifier and Type | Method and Description |
---|---|
static KeycloakSession |
ThreadLocalSessionContext.getCurrentSession() |
Modifier and Type | Method and Description |
---|---|
JpaUpdaterProvider |
LiquibaseJpaUpdaterProviderFactory.create(KeycloakSession session) |
static void |
ThreadLocalSessionContext.setCurrentSession(KeycloakSession session) |
Constructor and Description |
---|
LiquibaseJpaUpdaterProvider(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
LiquibaseConnectionProvider |
DefaultLiquibaseConnectionProvider.create(KeycloakSession session) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
CustomKeycloakTask.kcSession |
Modifier and Type | Method and Description |
---|---|
LiquibaseDBLockProvider |
LiquibaseDBLockProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
LiquibaseDBLockProvider(LiquibaseDBLockProviderFactory factory,
KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
static javax.persistence.EntityManagerFactory |
JpaUtils.createEntityManagerFactory(KeycloakSession session,
String unitName,
Map<String,Object> properties,
ClassLoader classLoader) |
static List<Class<?>> |
JpaUtils.getProvidedEntities(KeycloakSession session)
Get a list of all provided entities by looping over all configured entity providers.
|
Modifier and Type | Method and Description |
---|---|
MongoConnectionProvider |
DefaultMongoConnectionFactoryProvider.create(KeycloakSession session) |
protected void |
DefaultMongoConnectionFactoryProvider.updateOrValidateDB(String databaseSchema,
KeycloakSession session,
MongoUpdaterProvider mongoUpdater) |
Modifier and Type | Method and Description |
---|---|
MongoDBLockProvider |
MongoDBLockProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
void |
MongoUpdaterProvider.update(KeycloakSession session,
com.mongodb.DB db) |
void |
MongoUpdaterProvider.validate(KeycloakSession session,
com.mongodb.DB db) |
Modifier and Type | Method and Description |
---|---|
MongoUpdaterProvider |
DefaultMongoUpdaterProviderFactory.create(KeycloakSession session) |
void |
DefaultMongoUpdaterProvider.update(KeycloakSession session,
com.mongodb.DB db) |
void |
DefaultMongoUpdaterProvider.validate(KeycloakSession session,
com.mongodb.DB db) |
Modifier and Type | Method and Description |
---|---|
void |
Update1_9_2.update(KeycloakSession session) |
void |
Update1_8_0.update(KeycloakSession session) |
void |
Update1_7_0.update(KeycloakSession session) |
void |
Update1_4_0.update(KeycloakSession session) |
void |
Update1_3_0.update(KeycloakSession session) |
void |
Update1_2_0_CR1.update(KeycloakSession session) |
void |
Update1_2_0_Beta1.update(KeycloakSession session) |
void |
Update1_1_0_Beta1.update(KeycloakSession session) |
void |
Update1_0_0_Final.update(KeycloakSession session) |
abstract void |
Update.update(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
EmailSenderProvider |
DefaultEmailSenderProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
DefaultEmailSenderProvider(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
EmailTemplateProvider |
FreeMarkerEmailTemplateProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
FreeMarkerEmailTemplateProvider(KeycloakSession session,
FreeMarkerUtil freeMarker) |
Constructor and Description |
---|
EventBuilder(RealmModel realm,
KeycloakSession session,
ClientConnection clientConnection) |
Modifier and Type | Method and Description |
---|---|
EventListenerProvider |
EmailEventListenerProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
EmailEventListenerProvider(KeycloakSession session,
EmailTemplateProvider emailTemplateProvider,
Set<EventType> includedEvents) |
Modifier and Type | Method and Description |
---|---|
EventStoreProvider |
JpaEventStoreProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
EventListenerProvider |
JBossLoggingEventListenerProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
JBossLoggingEventListenerProvider(KeycloakSession session,
org.jboss.logging.Logger logger,
org.jboss.logging.Logger.Level successLevel,
org.jboss.logging.Logger.Level errorLevel) |
Modifier and Type | Method and Description |
---|---|
EventStoreProvider |
MongoEventStoreProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
ClientDescriptionConverter |
KeycloakClientDescriptionConverter.create(KeycloakSession session) |
Constructor and Description |
---|
ExportImportManager(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
ImportProvider |
DirImportProviderFactory.create(KeycloakSession session) |
ExportProvider |
DirExportProviderFactory.create(KeycloakSession session) |
protected void |
DirExportProvider.writeUsers(String fileName,
KeycloakSession session,
RealmModel realm,
List<UserModel> users) |
Modifier and Type | Method and Description |
---|---|
ImportProvider |
SingleFileImportProviderFactory.create(KeycloakSession session) |
ExportProvider |
SingleFileExportProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
static RealmRepresentation |
ExportUtils.exportRealm(KeycloakSession session,
RealmModel realm,
boolean includeUsers) |
static UserRepresentation |
ExportUtils.exportUser(KeycloakSession session,
RealmModel realm,
UserModel user)
Full export of user (including role mappings and credentials)
|
static void |
ExportUtils.exportUsersToStream(KeycloakSession session,
RealmModel realm,
List<UserModel> usersToExport,
com.fasterxml.jackson.databind.ObjectMapper mapper,
OutputStream os) |
static void |
ImportUtils.importFromStream(KeycloakSession session,
com.fasterxml.jackson.databind.ObjectMapper mapper,
InputStream is,
Strategy strategy)
Fully import realm (or more realms from particular stream)
|
static boolean |
ImportUtils.importRealm(KeycloakSession session,
RealmRepresentation rep,
Strategy strategy)
Fully import realm from representation, save it to model and return model of newly created realm
|
static void |
ImportUtils.importRealms(KeycloakSession session,
Collection<RealmRepresentation> realms,
Strategy strategy) |
static void |
ImportUtils.importUsersFromStream(KeycloakSession session,
String realmName,
com.fasterxml.jackson.databind.ObjectMapper mapper,
InputStream is) |
void |
ExportImportSessionTask.run(KeycloakSession session) |
protected abstract void |
ExportImportSessionTask.runExportImportTask(KeycloakSession session) |
protected abstract void |
MultipleStepsExportProvider.writeUsers(String fileName,
KeycloakSession session,
RealmModel realm,
List<UserModel> users) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
KerberosFederationProvider.session |
Modifier and Type | Method and Description |
---|---|
UserFederationProvider |
KerberosFederationProviderFactory.create(KeycloakSession session) |
UserFederationProvider |
KerberosFederationProviderFactory.getInstance(KeycloakSession session,
UserFederationProviderModel model) |
Constructor and Description |
---|
KerberosFederationProvider(KeycloakSession session,
UserFederationProviderModel model,
KerberosFederationProviderFactory factory) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
LDAPFederationProvider.session |
Modifier and Type | Method and Description |
---|---|
KeycloakSession |
LDAPFederationProvider.getSession() |
Modifier and Type | Method and Description |
---|---|
UserFederationProvider |
LDAPFederationProviderFactory.create(KeycloakSession session) |
LDAPFederationProvider |
LDAPFederationProviderFactory.getInstance(KeycloakSession session,
UserFederationProviderModel model) |
protected UserModel |
LDAPFederationProvider.importUserFromLDAP(KeycloakSession session,
RealmModel realm,
LDAPObject ldapUser) |
Constructor and Description |
---|
LDAPFederationProvider(LDAPFederationProviderFactory factory,
KeycloakSession session,
UserFederationProviderModel model,
LDAPIdentityStore ldapIdentityStore) |
Modifier and Type | Method and Description |
---|---|
protected void |
UserAttributeLDAPFederationMapper.checkDuplicateEmail(String userModelAttrName,
String email,
RealmModel realm,
KeycloakSession session,
UserModel user) |
UserFederationMapper |
AbstractLDAPFederationMapperFactory.create(KeycloakSession session) |
UserFederationSyncResult |
LDAPFederationMapperBridge.syncDataFromFederationProviderToKeycloak(UserFederationMapperModel mapperModel,
UserFederationProvider federationProvider,
KeycloakSession session,
RealmModel realm) |
UserFederationSyncResult |
LDAPFederationMapperBridge.syncDataFromKeycloakToFederationProvider(UserFederationMapperModel mapperModel,
UserFederationProvider federationProvider,
KeycloakSession session,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
AccountProvider |
FreeMarkerAccountProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
FreeMarkerAccountProvider(KeycloakSession session,
FreeMarkerUtil freeMarker) |
Constructor and Description |
---|
AccountFederatedIdentityBean(KeycloakSession session,
RealmModel realm,
UserModel user,
URI baseUri,
String stateChecker) |
ApplicationsBean(KeycloakSession session,
RealmModel realm,
UserModel user) |
TotpBean(KeycloakSession session,
RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
LoginFormsProvider |
FreeMarkerLoginFormsProviderFactory.create(KeycloakSession session) |
static List<IdentityProviderModel> |
LoginFormsUtil.filterIdentityProviders(List<IdentityProviderModel> providers,
KeycloakSession session,
RealmModel realm,
Map<String,Object> attributes,
javax.ws.rs.core.MultivaluedMap<String,String> formData) |
Constructor and Description |
---|
AuthenticatorConfiguredMethod(RealmModel realm,
UserModel user,
KeycloakSession session) |
FreeMarkerLoginFormsProvider(KeycloakSession session,
FreeMarkerUtil freeMarker) |
Modifier and Type | Method and Description |
---|---|
PasswordHashProvider |
Pbkdf2PasswordHashProvider.create(KeycloakSession session) |
static UserCredentialValueModel |
PasswordHashManager.encode(KeycloakSession session,
PasswordPolicy passwordPolicy,
String rawPassword) |
static UserCredentialValueModel |
PasswordHashManager.encode(KeycloakSession session,
RealmModel realm,
String rawPassword) |
static boolean |
PasswordHashManager.verify(KeycloakSession session,
PasswordPolicy passwordPolicy,
String password,
UserCredentialValueModel credential) |
static boolean |
PasswordHashManager.verify(KeycloakSession session,
RealmModel realm,
String password,
UserCredentialValueModel credential) |
Modifier and Type | Method and Description |
---|---|
UserFederationSyncResult |
UserFederationMapper.syncDataFromFederationProviderToKeycloak(UserFederationMapperModel mapperModel,
UserFederationProvider federationProvider,
KeycloakSession session,
RealmModel realm)
Sync data from federated storage to Keycloak.
|
UserFederationSyncResult |
UserFederationMapper.syncDataFromKeycloakToFederationProvider(UserFederationMapperModel mapperModel,
UserFederationProvider federationProvider,
KeycloakSession session,
RealmModel realm)
Sync data from Keycloak back to federated storage
|
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 |
MigrateTo2_1_0.migrate(KeycloakSession session) |
void |
MigrateTo2_0_0.migrate(KeycloakSession session) |
void |
MigrateTo1_9_2.migrate(KeycloakSession session) |
void |
MigrateTo1_9_0.migrate(KeycloakSession session) |
void |
MigrateTo1_8_0.migrate(KeycloakSession session) |
void |
MigrateTo1_7_0.migrate(KeycloakSession session) |
void |
MigrateTo1_6_0.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 |
UserModel.UserRemovedEvent.getKeycloakSession() |
KeycloakSession |
RoleContainerModel.RoleRemovedEvent.getKeycloakSession() |
KeycloakSession |
RealmModel.RealmPostCreateEvent.getKeycloakSession() |
KeycloakSession |
RealmModel.RealmRemovedEvent.getKeycloakSession() |
KeycloakSession |
RealmModel.ClientRemovedEvent.getKeycloakSession() |
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.
|
static PasswordPolicy |
PasswordPolicy.parse(KeycloakSession session,
String policyString) |
void |
KeycloakSessionTask.run(KeycloakSession session) |
static void |
ImpersonationConstants.setupImpersonationService(KeycloakSession session,
RealmModel realm) |
CredentialValidationOutput |
UserProvider.validCredentials(KeycloakSession session,
RealmModel realm,
UserCredentialModel... input) |
CredentialValidationOutput |
UserFederationManager.validCredentials(KeycloakSession session,
RealmModel realm,
UserCredentialModel... input) |
boolean |
UserFederationManager.validCredentials(KeycloakSession session,
RealmModel realm,
UserModel user,
List<UserCredentialModel> input) |
boolean |
UserProvider.validCredentials(KeycloakSession session,
RealmModel realm,
UserModel user,
UserCredentialModel... input) |
boolean |
UserFederationManager.validCredentials(KeycloakSession session,
RealmModel realm,
UserModel user,
UserCredentialModel... input) |
Constructor and Description |
---|
UserFederationManager(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
CachedStoreFactoryProvider |
InfinispanStoreProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
CachedPolicyStore(KeycloakSession session,
org.keycloak.models.authorization.infinispan.InfinispanStoreFactoryProvider.CacheTransaction transaction) |
CachedResourceServerStore(KeycloakSession session,
org.keycloak.models.authorization.infinispan.InfinispanStoreFactoryProvider.CacheTransaction transaction) |
CachedResourceStore(KeycloakSession session,
org.keycloak.models.authorization.infinispan.InfinispanStoreFactoryProvider.CacheTransaction transaction) |
CachedScopeStore(KeycloakSession session,
org.keycloak.models.authorization.infinispan.InfinispanStoreFactoryProvider.CacheTransaction transaction) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
UserAdapter.keycloakSession |
protected KeycloakSession |
GroupAdapter.keycloakSession |
protected KeycloakSession |
UserCacheSession.session |
protected KeycloakSession |
RealmCacheSession.session |
Modifier and Type | Method and Description |
---|---|
CacheUserProvider |
InfinispanCacheUserProviderFactory.create(KeycloakSession session) |
CacheRealmProvider |
InfinispanCacheRealmProviderFactory.create(KeycloakSession session) |
CredentialValidationOutput |
UserCacheSession.validCredentials(KeycloakSession session,
RealmModel realm,
UserCredentialModel... input) |
boolean |
UserCacheSession.validCredentials(KeycloakSession session,
RealmModel realm,
UserModel user,
List<UserCredentialModel> input) |
boolean |
UserCacheSession.validCredentials(KeycloakSession session,
RealmModel realm,
UserModel user,
UserCredentialModel... input) |
Constructor and Description |
---|
GroupAdapter(CachedGroup cached,
RealmCacheSession cacheSession,
KeycloakSession keycloakSession,
RealmModel realm) |
RealmCacheSession(RealmCacheManager cache,
KeycloakSession session) |
UserAdapter(CachedUser cached,
UserCacheSession userProvider,
KeycloakSession keycloakSession,
RealmModel realm) |
UserCacheSession(UserCacheManager cache,
KeycloakSession session) |
Constructor and Description |
---|
DBLockManager(KeycloakSession session) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
RoleAdapter.session |
protected KeycloakSession |
RealmAdapter.session |
protected KeycloakSession |
ClientTemplateAdapter.session |
protected KeycloakSession |
ClientAdapter.session |
Modifier and Type | Method and Description |
---|---|
UserProvider |
JpaUserProviderFactory.create(KeycloakSession session) |
RealmProvider |
JpaRealmProviderFactory.create(KeycloakSession session) |
CredentialValidationOutput |
JpaUserProvider.validCredentials(KeycloakSession session,
RealmModel realm,
UserCredentialModel... input) |
boolean |
JpaUserProvider.validCredentials(KeycloakSession session,
RealmModel realm,
UserModel user,
List<UserCredentialModel> input) |
boolean |
JpaUserProvider.validCredentials(KeycloakSession session,
RealmModel realm,
UserModel user,
UserCredentialModel... input) |
Constructor and Description |
---|
ClientAdapter(RealmModel realm,
javax.persistence.EntityManager em,
KeycloakSession session,
ClientEntity entity) |
ClientTemplateAdapter(RealmModel realm,
javax.persistence.EntityManager em,
KeycloakSession session,
ClientTemplateEntity entity) |
JpaRealmProvider(KeycloakSession session,
javax.persistence.EntityManager em) |
JpaUserProvider(KeycloakSession session,
javax.persistence.EntityManager em) |
RealmAdapter(KeycloakSession session,
javax.persistence.EntityManager em,
RealmEntity realm) |
RoleAdapter(KeycloakSession session,
RealmModel realm,
javax.persistence.EntityManager em,
RoleEntity role) |
UserAdapter(KeycloakSession session,
RealmModel realm,
javax.persistence.EntityManager em,
UserEntity user) |
Modifier and Type | Method and Description |
---|---|
UserSessionPersisterProvider |
JpaUserSessionPersisterProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
JpaUserSessionPersisterProvider(KeycloakSession session,
javax.persistence.EntityManager em) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
ClientTemplateAdapter.session |
protected KeycloakSession |
ClientAdapter.session |
Modifier and Type | Method and Description |
---|---|
UserSessionPersisterProvider |
MongoUserSessionPersisterProviderFactory.create(KeycloakSession session) |
UserProvider |
MongoUserProviderFactory.create(KeycloakSession session) |
RealmProvider |
MongoRealmProviderFactory.create(KeycloakSession session) |
CredentialValidationOutput |
MongoUserProvider.validCredentials(KeycloakSession session,
RealmModel realm,
UserCredentialModel... input) |
boolean |
MongoUserProvider.validCredentials(KeycloakSession session,
RealmModel realm,
UserModel user,
List<UserCredentialModel> input) |
boolean |
MongoUserProvider.validCredentials(KeycloakSession session,
RealmModel realm,
UserModel user,
UserCredentialModel... input) |
Modifier and Type | Method and Description |
---|---|
UserSessionPersisterProvider |
DisabledUserSessionPersisterProvider.create(KeycloakSession session) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
InfinispanUserSessionProvider.session |
Modifier and Type | Method and Description |
---|---|
UserSessionProvider |
InfinispanUserSessionProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
ClientInitialAccessAdapter(KeycloakSession session,
InfinispanUserSessionProvider provider,
org.infinispan.Cache<String,SessionEntity> cache,
RealmModel realm,
ClientInitialAccessEntity entity) |
ClientSessionAdapter(KeycloakSession session,
InfinispanUserSessionProvider provider,
org.infinispan.Cache<String,SessionEntity> cache,
RealmModel realm,
ClientSessionEntity entity,
boolean offline) |
InfinispanUserSessionProvider(KeycloakSession session,
org.infinispan.Cache<String,SessionEntity> sessionCache,
org.infinispan.Cache<String,SessionEntity> offlineSessionCache,
org.infinispan.Cache<LoginFailureKey,LoginFailureEntity> loginFailureCache) |
UserSessionAdapter(KeycloakSession session,
InfinispanUserSessionProvider provider,
org.infinispan.Cache<String,SessionEntity> cache,
RealmModel realm,
UserSessionEntity entity,
boolean offline) |
Modifier and Type | Method and Description |
---|---|
int |
SessionLoader.getSessionsCount(KeycloakSession session) |
int |
OfflineUserSessionLoader.getSessionsCount(KeycloakSession session) |
void |
SessionLoader.init(KeycloakSession session) |
void |
OfflineUserSessionLoader.init(KeycloakSession session) |
boolean |
SessionLoader.loadSessions(KeycloakSession session,
int first,
int max) |
boolean |
OfflineUserSessionLoader.loadSessions(KeycloakSession session,
int first,
int max) |
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 ClientTemplateModel |
RepresentationToModel.createClientTemplate(KeycloakSession session,
RealmModel realm,
ClientTemplateRepresentation resourceRep) |
static UserModel |
RepresentationToModel.createUser(KeycloakSession session,
RealmModel newRealm,
UserRepresentation userRep) |
static UserModel |
KeycloakModelUtils.findUserByNameOrEmail(KeycloakSession session,
RealmModel realm,
String username)
Try to find user by username or email
|
static UserFederationProviderFactory |
KeycloakModelUtils.getFederationProviderFactory(KeycloakSession session,
UserFederationProviderModel model) |
static UserFederationProvider |
KeycloakModelUtils.getFederationProviderInstance(KeycloakSession session,
UserFederationProviderModel model) |
static void |
RepresentationToModel.importRealm(KeycloakSession session,
RealmRepresentation rep,
RealmModel newRealm) |
static void |
FederatedCredentials.updateCredential(KeycloakSession session,
UserFederatedStorageProvider provider,
RealmModel realm,
UserModel user,
UserCredentialModel cred) |
static void |
FederatedCredentials.updateOtpCredential(KeycloakSession session,
UserFederatedStorageProvider provider,
RealmModel realm,
UserModel user,
UserCredentialModel cred) |
static void |
FederatedCredentials.updatePasswordCredential(KeycloakSession session,
UserFederatedStorageProvider provider,
RealmModel realm,
UserModel user,
UserCredentialModel cred) |
static void |
RepresentationToModel.updateRealm(RealmRepresentation rep,
RealmModel realm,
KeycloakSession session) |
static boolean |
FederatedCredentialValidation.validateHashedCredential(KeycloakSession session,
RealmModel realm,
UserModel user,
String unhashedCredValue,
UserCredentialValueModel credential) |
static boolean |
CredentialValidation.validateHashedCredential(KeycloakSession session,
RealmModel realm,
UserModel user,
String unhashedCredValue,
UserCredentialValueModel credential) |
static boolean |
CredentialValidation.validCredential(KeycloakSession session,
RealmModel realm,
UserModel user,
UserCredentialModel credential) |
static boolean |
FederatedCredentialValidation.validCredential(KeycloakSession session,
RealmModel realm,
UserModel user,
UserCredentialModel credential,
List<UserCredentialValueModel> fedCreds) |
static boolean |
CredentialValidation.validCredentials(KeycloakSession session,
RealmModel realm,
UserModel user,
List<UserCredentialModel> credentials)
Must validate all credentials.
|
static boolean |
CredentialValidation.validCredentials(KeycloakSession session,
RealmModel realm,
UserModel user,
UserCredentialModel... credentials)
Must validate all credentials.
|
static boolean |
FederatedCredentialValidation.validHOTP(KeycloakSession session,
RealmModel realm,
UserModel user,
String otp,
List<UserCredentialValueModel> fedCreds) |
static boolean |
CredentialValidation.validPassword(KeycloakSession session,
RealmModel realm,
UserModel user,
String password)
Will update password if hash iteration policy has changed
|
static boolean |
FederatedCredentialValidation.validPassword(KeycloakSession session,
RealmModel realm,
UserModel user,
String password,
UserCredentialValueModel fedCred)
Will update password if hash iteration policy has changed
|
Modifier and Type | Method and Description |
---|---|
void |
ClientsPartialImport.create(RealmModel realm,
KeycloakSession session,
ClientRepresentation clientRep) |
void |
GroupsPartialImport.create(RealmModel realm,
KeycloakSession session,
GroupRepresentation groupRep) |
void |
IdentityProvidersPartialImport.create(RealmModel realm,
KeycloakSession session,
IdentityProviderRepresentation idpRep) |
void |
RealmRolesPartialImport.create(RealmModel realm,
KeycloakSession session,
RoleRepresentation roleRep) |
abstract void |
AbstractPartialImport.create(RealmModel realm,
KeycloakSession session,
T resourceRep) |
void |
UsersPartialImport.create(RealmModel realm,
KeycloakSession session,
UserRepresentation user) |
PartialImportResults |
RolesPartialImport.doImport(PartialImportRepresentation rep,
RealmModel realm,
KeycloakSession session) |
PartialImportResults |
PartialImport.doImport(PartialImportRepresentation rep,
RealmModel realm,
KeycloakSession session)
Create (or re-create) all the imported resources.
|
PartialImportResults |
AbstractPartialImport.doImport(PartialImportRepresentation partialImportRep,
RealmModel realm,
KeycloakSession session) |
boolean |
ClientsPartialImport.exists(RealmModel realm,
KeycloakSession session,
ClientRepresentation clientRep) |
boolean |
GroupsPartialImport.exists(RealmModel realm,
KeycloakSession session,
GroupRepresentation groupRep) |
boolean |
IdentityProvidersPartialImport.exists(RealmModel realm,
KeycloakSession session,
IdentityProviderRepresentation idpRep) |
boolean |
RealmRolesPartialImport.exists(RealmModel realm,
KeycloakSession session,
RoleRepresentation roleRep) |
boolean |
ClientRolesPartialImport.exists(RealmModel realm,
KeycloakSession session,
String clientId,
RoleRepresentation roleRep) |
abstract boolean |
AbstractPartialImport.exists(RealmModel realm,
KeycloakSession session,
T resourceRep) |
boolean |
UsersPartialImport.exists(RealmModel realm,
KeycloakSession session,
UserRepresentation user) |
String |
ClientsPartialImport.getModelId(RealmModel realm,
KeycloakSession session,
ClientRepresentation clientRep) |
String |
GroupsPartialImport.getModelId(RealmModel realm,
KeycloakSession session,
GroupRepresentation groupRep) |
String |
IdentityProvidersPartialImport.getModelId(RealmModel realm,
KeycloakSession session,
IdentityProviderRepresentation idpRep) |
String |
RealmRolesPartialImport.getModelId(RealmModel realm,
KeycloakSession session,
RoleRepresentation roleRep) |
abstract String |
AbstractPartialImport.getModelId(RealmModel realm,
KeycloakSession session,
T resourceRep) |
String |
UsersPartialImport.getModelId(RealmModel realm,
KeycloakSession session,
UserRepresentation user) |
void |
RolesPartialImport.prepare(PartialImportRepresentation rep,
RealmModel realm,
KeycloakSession session) |
void |
PartialImport.prepare(PartialImportRepresentation rep,
RealmModel realm,
KeycloakSession session)
Find which resources will need to be skipped or overwritten.
|
void |
ClientRolesPartialImport.prepare(PartialImportRepresentation partialImportRep,
RealmModel realm,
KeycloakSession session) |
void |
AbstractPartialImport.prepare(PartialImportRepresentation partialImportRep,
RealmModel realm,
KeycloakSession session) |
void |
ClientsPartialImport.remove(RealmModel realm,
KeycloakSession session,
ClientRepresentation clientRep) |
void |
GroupsPartialImport.remove(RealmModel realm,
KeycloakSession session,
GroupRepresentation groupRep) |
void |
IdentityProvidersPartialImport.remove(RealmModel realm,
KeycloakSession session,
IdentityProviderRepresentation idpRep) |
void |
RealmRolesPartialImport.remove(RealmModel realm,
KeycloakSession session,
RoleRepresentation roleRep) |
abstract void |
AbstractPartialImport.remove(RealmModel realm,
KeycloakSession session,
T resourceRep) |
void |
UsersPartialImport.remove(RealmModel realm,
KeycloakSession session,
UserRepresentation user) |
void |
RolesPartialImport.removeOverwrites(RealmModel realm,
KeycloakSession session) |
void |
PartialImport.removeOverwrites(RealmModel realm,
KeycloakSession session)
Delete resources that will be overwritten.
|
void |
AbstractPartialImport.removeOverwrites(RealmModel realm,
KeycloakSession session) |
Constructor and Description |
---|
PartialImportManager(PartialImportRepresentation rep,
KeycloakSession session,
RealmModel realm,
AdminEventBuilder adminEvent) |
Modifier and Type | Method and Description |
---|---|
PasswordPolicyProvider |
UpperCasePasswordPolicyProviderFactory.create(KeycloakSession session) |
PasswordPolicyProvider |
SpecialCharsPasswordPolicyProviderFactory.create(KeycloakSession session) |
PasswordPolicyProvider |
RegexPatternsPasswordPolicyProviderFactory.create(KeycloakSession session) |
PasswordPolicyProvider |
NotUsernamePasswordPolicyProviderFactory.create(KeycloakSession session) |
PasswordPolicyProvider |
LowerCasePasswordPolicyProviderFactory.create(KeycloakSession session) |
PasswordPolicyProvider |
LengthPasswordPolicyProviderFactory.create(KeycloakSession session) |
PasswordPolicyProvider |
HistoryPasswordPolicyProviderFactory.create(KeycloakSession session) |
PasswordPolicyProvider |
HashIterationsPasswordPolicyProviderFactory.create(KeycloakSession session) |
PasswordPolicyProvider |
HashAlgorithmPasswordPolicyProviderFactory.create(KeycloakSession session) |
PasswordPolicyProvider |
ForceExpiredPasswordPolicyProviderFactory.create(KeycloakSession session) |
PasswordPolicyProvider |
DigitsPasswordPolicyProviderFactory.create(KeycloakSession session) |
PasswordPolicyManagerProvider |
DefaultPasswordPolicyManagerProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
DefaultPasswordPolicyManagerProvider(KeycloakSession session) |
HistoryPasswordPolicyProvider(KeycloakSession session) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
AuthorizationEndpointBase.session |
Modifier and Type | Method and Description |
---|---|
static ProtocolMapperModel |
ProtocolMapperUtils.findLocaleMapper(KeycloakSession session)
Find the builtin locale mapper.
|
javax.ws.rs.core.Response |
ClientInstallationProvider.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI serverBaseUri) |
static ClientSessionModel |
RestartLoginCookie.restartSession(KeycloakSession session,
RealmModel realm,
String code) |
LoginProtocol |
LoginProtocol.setSession(KeycloakSession session) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
OIDCLoginProtocol.session |
Constructor and Description |
---|
AccessTokenIntrospectionProvider(KeycloakSession session) |
AccessTokenResponseBuilder(RealmModel realm,
ClientModel client,
EventBuilder event,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
OIDCLoginProtocol(KeycloakSession session,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers,
EventBuilder event) |
OIDCWellKnownProvider(KeycloakSession session) |
RefreshTokenIntrospectionProvider(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
ClientInstallationProvider |
KeycloakOIDCJbossSubsystemClientInstallation.create(KeycloakSession session) |
ClientInstallationProvider |
KeycloakOIDCClientInstallation.create(KeycloakSession session) |
javax.ws.rs.core.Response |
KeycloakOIDCJbossSubsystemClientInstallation.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI baseUri) |
javax.ws.rs.core.Response |
KeycloakOIDCClientInstallation.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI baseUri) |
static Map<String,Object> |
KeycloakOIDCClientInstallation.getClientCredentialsAdapterConfig(KeycloakSession session,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
static AuthorizeClientUtil.ClientAuthResult |
AuthorizeClientUtil.authorizeClient(KeycloakSession session,
EventBuilder event) |
static AuthenticationProcessor |
AuthorizeClientUtil.getAuthenticationProcessor(KeycloakSession session,
EventBuilder event) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
SamlProtocol.session |
Modifier and Type | Method and Description |
---|---|
ClientRegistrationProvider |
EntityDescriptorClientRegistrationProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
EntityDescriptorClientRegistrationProvider(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
ClientInstallationProvider |
SamlSPDescriptorClientInstallation.create(KeycloakSession session) |
ClientInstallationProvider |
SamlIDPDescriptorClientInstallation.create(KeycloakSession session) |
ClientInstallationProvider |
ModAuthMellonClientInstallation.create(KeycloakSession session) |
ClientInstallationProvider |
KeycloakSamlSubsystemInstallation.create(KeycloakSession session) |
ClientInstallationProvider |
KeycloakSamlClientInstallation.create(KeycloakSession session) |
javax.ws.rs.core.Response |
SamlSPDescriptorClientInstallation.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI serverBaseUri) |
javax.ws.rs.core.Response |
SamlIDPDescriptorClientInstallation.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI serverBaseUri) |
javax.ws.rs.core.Response |
ModAuthMellonClientInstallation.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI serverBaseUri) |
javax.ws.rs.core.Response |
KeycloakSamlSubsystemInstallation.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI baseUri) |
javax.ws.rs.core.Response |
KeycloakSamlClientInstallation.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI baseUri) |
Modifier and Type | Method and Description |
---|---|
Authenticator |
HttpBasicAuthenticator.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
T |
ProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
ScriptingProvider |
DefaultScriptingProviderFactory.create(KeycloakSession session) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultKeycloakSession |
Modifier and Type | Method and Description |
---|---|
KeycloakSession |
DefaultKeycloakSessionFactory.create() |
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.Response |
ErrorPage.error(KeycloakSession session,
String message,
Object... parameters) |
Constructor and Description |
---|
DefaultKeycloakContext(KeycloakSession session) |
ErrorPageException(KeycloakSession session,
String errorMessage,
Object... parameters) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
AbstractClientRegistrationProvider.session |
Modifier and Type | Method and Description |
---|---|
ClientRegistrationProvider |
DefaultClientRegistrationProviderFactory.create(KeycloakSession session) |
ClientRegistrationProvider |
AdapterInstallationClientRegistrationProviderFactory.create(KeycloakSession session) |
static String |
ClientRegistrationTokenUtils.updateRegistrationAccessToken(KeycloakSession session,
ClientModel client) |
Constructor and Description |
---|
AbstractClientRegistrationProvider(KeycloakSession session) |
AdapterInstallationClientRegistrationProvider(KeycloakSession session) |
ClientRegistrationAuth(KeycloakSession session,
EventBuilder event) |
DefaultClientRegistrationProvider(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
ClientRegistrationProvider |
OIDCClientRegistrationProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
OIDCClientRegistrationProvider(KeycloakSession session) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
RealmManager.session |
Modifier and Type | Method and Description |
---|---|
KeycloakSession |
RealmManager.getSession() |
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.Response |
AuthenticationManager.actionRequired(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event) |
AuthenticationManager.AuthResult |
AppAuthManager.authenticateBearerToken(KeycloakSession session,
RealmModel realm) |
AuthenticationManager.AuthResult |
AppAuthManager.authenticateBearerToken(KeycloakSession session,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
javax.ws.rs.core.HttpHeaders headers) |
AuthenticationManager.AuthResult |
AuthenticationManager.authenticateIdentityCookie(KeycloakSession session,
RealmModel realm) |
AuthenticationManager.AuthResult |
AppAuthManager.authenticateIdentityCookie(KeycloakSession session,
RealmModel realm) |
static AuthenticationManager.AuthResult |
AuthenticationManager.authenticateIdentityCookie(KeycloakSession session,
RealmModel realm,
boolean checkActive) |
static void |
AuthenticationManager.backchannelLogout(KeycloakSession session,
RealmModel realm,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
javax.ws.rs.core.HttpHeaders headers,
boolean logoutBroker)
Do not logout broker
|
static void |
AuthenticationManager.backchannelLogoutClientSession(KeycloakSession session,
RealmModel realm,
ClientSessionModel clientSession,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers) |
static void |
AuthenticationManager.backchannelUserFromClient(KeycloakSession session,
RealmModel realm,
UserModel user,
ClientModel client,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers) |
static javax.ws.rs.core.Response |
AuthenticationManager.browserLogout(KeycloakSession session,
RealmModel realm,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
javax.ws.rs.core.HttpHeaders headers) |
BruteForceProtector |
DefaultBruteForceProtectorFactory.create(KeycloakSession session) |
static ClientModel |
ClientManager.createClient(KeycloakSession session,
RealmModel realm,
ClientRepresentation rep,
boolean addDefaultRoles)
Should not be called from an import.
|
static void |
AuthenticationManager.createLoginCookie(KeycloakSession keycloakSession,
RealmModel realm,
UserModel user,
UserSessionModel session,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection) |
static void |
AuthenticationManager.evaluateRequiredActionTriggers(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event,
RealmModel realm,
UserModel user) |
protected static javax.ws.rs.core.Response |
AuthenticationManager.executionActions(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
org.jboss.resteasy.spi.HttpRequest request,
EventBuilder event,
RealmModel realm,
UserModel user,
Set<String> requiredActions) |
static void |
AuthenticationManager.expireUserSessionCookie(KeycloakSession session,
UserSessionModel userSession,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers,
ClientConnection connection) |
void |
DefaultBruteForceProtector.failure(KeycloakSession session,
DefaultBruteForceProtector.LoginEvent event) |
static javax.ws.rs.core.Response |
AuthenticationManager.finishBrowserLogout(KeycloakSession session,
RealmModel realm,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
javax.ws.rs.core.HttpHeaders headers) |
static javax.ws.rs.core.Response |
AuthenticationManager.finishedRequiredActions(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event) |
protected RealmModel |
DefaultBruteForceProtector.getRealmModel(KeycloakSession session,
DefaultBruteForceProtector.LoginEvent event) |
protected UserLoginFailureModel |
DefaultBruteForceProtector.getUserModel(KeycloakSession session,
DefaultBruteForceProtector.LoginEvent event) |
static boolean |
AuthenticationManager.isActionRequired(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event) |
boolean |
DefaultBruteForceProtector.isTemporarilyDisabled(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
BruteForceProtector.isTemporarilyDisabled(KeycloakSession session,
RealmModel realm,
UserModel user) |
void |
ResourceAdminManager.logoutUser(URI requestUri,
RealmModel realm,
UserModel user,
KeycloakSession keycloakSession) |
static javax.ws.rs.core.Response |
AuthenticationManager.nextActionAfterAuthentication(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event) |
void |
UsersSyncManager.notifyToRefreshPeriodicSync(KeycloakSession session,
RealmModel realm,
UserFederationProviderModel federationProvider,
boolean removed) |
static ClientSessionCode |
ClientSessionCode.parse(String code,
KeycloakSession session) |
static ClientSessionCode |
ClientSessionCode.parse(String code,
KeycloakSession session,
RealmModel realm) |
static ClientSessionCode.ParseResult |
ClientSessionCode.parseResult(String code,
KeycloakSession session,
RealmModel realm) |
static javax.ws.rs.core.Response |
AuthenticationManager.redirectAfterSuccessfulFlow(KeycloakSession session,
RealmModel realm,
UserSessionModel userSession,
ClientSessionModel clientSession,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection clientConnection,
EventBuilder event) |
static javax.ws.rs.core.Response |
AuthenticationManager.redirectAfterSuccessfulFlow(KeycloakSession session,
RealmModel realm,
UserSessionModel userSession,
ClientSessionModel clientSession,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection clientConnection,
EventBuilder event,
LoginProtocol protocol) |
protected static AuthenticationManager.AuthResult |
AuthenticationManager.verifyIdentityToken(KeycloakSession session,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
boolean checkActive,
boolean checkTokenType,
String tokenString,
javax.ws.rs.core.HttpHeaders headers) |
Constructor and Description |
---|
ApplianceBootstrap(KeycloakSession session) |
RealmManager(KeycloakSession session) |
ResourceAdminManager(KeycloakSession session) |
UserManager(KeycloakSession session) |
UserSessionManager(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
MigrationProvider |
DefaultMigrationProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
DefaultMigrationProvider(KeycloakSession session) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
RealmsResource.session |
protected KeycloakSession |
LoginActionsService.session |
protected KeycloakSession |
ClientsManagementService.session |
protected KeycloakSession |
AbstractSecuredLocalService.session |
Modifier and Type | Method and Description |
---|---|
static IdentityProvider |
IdentityBrokerService.getIdentityProvider(KeycloakSession session,
RealmModel realm,
String alias) |
static boolean |
AccountService.isPasswordSet(KeycloakSession session,
RealmModel realm,
UserModel user) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
UsersResource.session |
protected KeycloakSession |
UserFederationProvidersResource.session |
protected KeycloakSession |
ScopeMappedResource.session |
protected KeycloakSession |
ScopeMappedClientResource.session |
protected KeycloakSession |
RoleMapperResource.session |
protected KeycloakSession |
RealmsAdminResource.session |
protected KeycloakSession |
RealmAdminResource.session |
protected KeycloakSession |
ProtocolMappersResource.session |
protected KeycloakSession |
ComponentResource.session |
protected KeycloakSession |
ClientsResource.session |
protected KeycloakSession |
ClientTemplatesResource.session |
protected KeycloakSession |
ClientTemplateResource.session |
protected KeycloakSession |
ClientRoleMappingsResource.session |
protected KeycloakSession |
ClientResource.session |
protected KeycloakSession |
ClientInitialAccessResource.session |
protected KeycloakSession |
ClientAttributeCertificateResource.session |
protected KeycloakSession |
AttackDetectionResource.session |
protected KeycloakSession |
AdminRoot.session |
protected KeycloakSession |
AdminConsole.session |
Modifier and Type | Method and Description |
---|---|
static boolean |
UserFederationProvidersResource.checkKerberosCredential(KeycloakSession session,
RealmModel realm,
UserFederationProviderModel model)
Automatically add "kerberos" to required realm credentials if it's supported by saved provider
|
static Properties |
AdminRoot.getMessages(KeycloakSession session,
RealmModel realm,
String lang) |
static Properties |
AdminRoot.getMessages(KeycloakSession session,
RealmModel realm,
String bundle,
String lang) |
static Theme |
AdminRoot.getTheme(KeycloakSession session,
RealmModel realm) |
void |
ClientResource.updateClientFromRep(ClientRepresentation rep,
ClientModel client,
KeycloakSession session) |
static void |
IdentityProviderResource.updateIdpFromRep(IdentityProviderRepresentation providerRep,
RealmModel realm,
KeycloakSession session) |
static void |
UsersResource.updateUserFromRep(UserModel user,
UserRepresentation rep,
Set<String> attrsToRemove,
RealmModel realm,
KeycloakSession session,
boolean removeMissingRequiredActions) |
static void |
UserFederationProvidersResource.validateFederationProviderConfig(KeycloakSession session,
RealmAuth auth,
RealmModel realm,
UserFederationProviderModel model) |
Modifier and Type | Method and Description |
---|---|
void |
ClearExpiredUserSessions.run(KeycloakSession session) |
void |
ClearExpiredEvents.run(KeycloakSession session) |
protected void |
ScheduledTaskRunner.runTask(KeycloakSession session) |
protected void |
ClusterAwareScheduledTaskRunner.runTask(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
static void |
P3PHelper.addP3PHeader(KeycloakSession session) |
static Locale |
LocaleHelper.getLocale(KeycloakSession session,
RealmModel realm,
UserModel user) |
static Locale |
LocaleHelper.getLocaleFromCookie(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
static List<FormMessage> |
Validation.validateRegistrationForm(KeycloakSession session,
RealmModel realm,
javax.ws.rs.core.MultivaluedMap<String,String> formData,
List<String> requiredCredentialTypes,
PasswordPolicy policy) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
TwitterIdentityProvider.Endpoint.session |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TwitterIdentityProvider.retrieveToken(KeycloakSession session,
FederatedIdentityModel identity) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
UserStorageManager.session |
Modifier and Type | Method and Description |
---|---|
T |
UserStorageProviderFactory.create(KeycloakSession session,
ComponentModel model)
called per Keycloak transaction.
|
default void |
UserStorageProviderFactory.validateConfiguration(KeycloakSession session,
ComponentModel config) |
CredentialValidationOutput |
UserStorageManager.validCredentials(KeycloakSession session,
RealmModel realm,
UserCredentialModel... input) |
boolean |
UserStorageManager.validCredentials(KeycloakSession session,
RealmModel realm,
UserModel user,
List<UserCredentialModel> input) |
boolean |
UserStorageManager.validCredentials(KeycloakSession session,
RealmModel realm,
UserModel user,
UserCredentialModel... input) |
Constructor and Description |
---|
UserStorageManager(KeycloakSession session) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
AbstractUserAdapterFederatedStorage.session |
protected KeycloakSession |
AbstractUserAdapter.session |
Constructor and Description |
---|
AbstractUserAdapter(KeycloakSession session,
RealmModel realm,
ComponentModel storageProviderModel) |
AbstractUserAdapterFederatedStorage(KeycloakSession session,
RealmModel realm,
ComponentModel storageProviderModel) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
UserDataAdapter.session |
Constructor and Description |
---|
UserDataAdapter(KeycloakSession session,
RealmModel realm,
UserData userData) |
Modifier and Type | Method and Description |
---|---|
UserFederatedStorageProvider |
JpaUserFederatedStorageProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
JpaUserFederatedStorageProvider(KeycloakSession session,
javax.persistence.EntityManager em) |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
UserCredentialAuthenticationProvider.validCredential(KeycloakSession session,
RealmModel realm,
UserCredentialModel input) |
boolean |
UserCredentialValidatorProvider.validCredentials(KeycloakSession session,
RealmModel realm,
UserModel user,
List<UserCredentialModel> input) |
Modifier and Type | Method and Description |
---|---|
ThemeProvider |
JarThemeProviderFactory.create(KeycloakSession session) |
ThemeProvider |
FolderThemeProviderFactory.create(KeycloakSession sessions) |
ThemeProvider |
ExtendingThemeManagerFactory.create(KeycloakSession session) |
Constructor and Description |
---|
ExtendingThemeManager(KeycloakSession session,
ConcurrentHashMap<ExtendingThemeManagerFactory.ThemeKey,Theme> themeCache) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledTask.run(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
TimerProvider |
BasicTimerProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
BasicTimerProvider(KeycloakSession session,
Timer timer,
BasicTimerProviderFactory factory) |
Modifier and Type | Method and Description |
---|---|
TruststoreProvider |
FileTruststoreProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
JSSETruststoreConfigurator(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
static ConfigurableAuthenticatorFactory |
CredentialHelper.getConfigurableAuthenticatorFactory(KeycloakSession session,
String providerId) |
static void |
CredentialHelper.setAlternativeCredential(KeycloakSession session,
String type,
RealmModel realm) |
static void |
CredentialHelper.setOrReplaceAuthenticationRequirement(KeycloakSession session,
RealmModel realm,
String type,
AuthenticationExecutionModel.Requirement requirement,
AuthenticationExecutionModel.Requirement currentRequirement) |
static void |
CredentialHelper.setRequiredCredential(KeycloakSession session,
String type,
RealmModel realm) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.