Uses of Interface
org.uberfire.ext.security.management.keycloak.client.ClientFactory
-
Packages that use ClientFactory Package Description org.uberfire.ext.security.management.keycloak -
-
Uses of ClientFactory in org.uberfire.ext.security.management.keycloak
Classes in org.uberfire.ext.security.management.keycloak that implement ClientFactory Modifier and Type Class Description classBaseClientFactoryBase client factory that provides the client instance..classCredentialsClientFactoryFactory that creates Keycloak clients based on using Credentials authentication settings connection settings.classKCAdapterClientFactoryFactory that build Keycloak clients using the current session access token provided by KC client adapter.Fields in org.uberfire.ext.security.management.keycloak declared as ClientFactory Modifier and Type Field Description protected ClientFactoryBaseKeyCloakManager. factoryMethods in org.uberfire.ext.security.management.keycloak with parameters of type ClientFactory Modifier and Type Method Description protected voidBaseKeyCloakManager. init(ClientFactory factory)
-