Uses of Interface
org.keycloak.models.KeycloakSessionFactory
Packages that use KeycloakSessionFactory
Package
Description
-
Uses of KeycloakSessionFactory in org.keycloak.models
Methods in org.keycloak.models that return KeycloakSessionFactoryMethod parameters in org.keycloak.models with type arguments of type KeycloakSessionFactoryModifier and TypeMethodDescription<T extends Provider>
TKeycloakSession.getComponentProvider(Class<T> clazz, String componentId, Function<KeycloakSessionFactory, ComponentModel> modelGetter) Returns a component provider for a component from the realm that is relevant to this session.<T extends Provider>
ProviderFactory<T>KeycloakSessionFactory.getProviderFactory(Class<T> clazz, String realmId, String componentId, Function<KeycloakSessionFactory, ComponentModel> modelGetter) -
Uses of KeycloakSessionFactory in org.keycloak.provider
Methods in org.keycloak.provider with parameters of type KeycloakSessionFactoryModifier and TypeMethodDescriptionvoidProviderFactory.postInit(KeycloakSessionFactory factory) Called after all provider factories have been initialized -
Uses of KeycloakSessionFactory in org.keycloak.urls
Methods in org.keycloak.urls with parameters of type KeycloakSessionFactoryModifier and TypeMethodDescriptiondefault voidHostnameProviderFactory.postInit(KeycloakSessionFactory factory) -
Uses of KeycloakSessionFactory in org.keycloak.validate
Methods in org.keycloak.validate with parameters of type KeycloakSessionFactoryModifier and TypeMethodDescriptiondefault voidSimpleValidator.postInit(KeycloakSessionFactory factory)