Package org.training.user.service.config
Class KeyCloakManager
java.lang.Object
org.training.user.service.config.KeyCloakManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.keycloak.admin.client.resource.RealmResource
Returns the KeyCloak instance for the specified realm.
-
Constructor Details
-
KeyCloakManager
public KeyCloakManager()
-
-
Method Details
-
getKeyCloakInstanceWithRealm
public org.keycloak.admin.client.resource.RealmResource getKeyCloakInstanceWithRealm()Returns the KeyCloak instance for the specified realm.- Returns:
- the KeyCloak instance for the specified realm
-