Package org.training.user.service.config
Class KeyCloakProperties
java.lang.Object
org.training.user.service.config.KeyCloakProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.keycloak.admin.client.Keycloak
Returns an instance of Keycloak.getRealm()
Returns the realm.
-
Constructor Details
-
KeyCloakProperties
public KeyCloakProperties()
-
-
Method Details
-
getKeycloakInstance
public org.keycloak.admin.client.Keycloak getKeycloakInstance()Returns an instance of Keycloak. If the instance is null, it creates a new instance using the provided configuration.- Returns:
- The Keycloak instance
-
getRealm
Returns the realm.- Returns:
- the realm
-