Class BaseClientFactory
- java.lang.Object
-
- org.uberfire.ext.security.management.keycloak.BaseClientFactory
-
- All Implemented Interfaces:
ClientFactory
- Direct Known Subclasses:
CredentialsClientFactory,KCAdapterClientFactory
public abstract class BaseClientFactory extends Object implements ClientFactory
Base client factory that provides the client instance..- Since:
- 0.9.0
-
-
Field Summary
Fields Modifier and Type Field Description protected Keycloakclientprotected static StringDEFAULT_AUTH_SERVER
-
Constructor Summary
Constructors Constructor Description BaseClientFactory()
-
-
-
Field Detail
-
DEFAULT_AUTH_SERVER
protected static final String DEFAULT_AUTH_SERVER
- See Also:
- Constant Field Values
-
client
protected Keycloak client
-
-
Method Detail
-
get
public Keycloak get()
Description copied from interface:ClientFactoryReturns a valid Keycloak client.- Specified by:
getin interfaceClientFactory
-
-