Skip to content
Snippets Groups Projects
Commit 8e43a9c8 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-6733 reorder constants

parent 60624fb9
No related branches found
No related tags found
1 merge request!2Ozg 6733 provide keycloak api link
......@@ -43,9 +43,9 @@ import lombok.RequiredArgsConstructor;
@ConditionalOnProperty(prefix = FeatureToggleProperties.FEATURE_TOGGLE_PREFIX, name = "benutzer-rollen", havingValue = "true")
class KeyCloakRootProcessor implements RepresentationModelProcessor<EntityModel<Root>> {
private static final String REALM_KEY = "realm";
private static final String BASE_URL_KEY = "baseUrl";
private static final String KEYCLOAK_API_TEMPLATE = "{baseUrl}/admin/realms/{realm}/users";
private static final String BASE_URL_KEY = "baseUrl";
private static final String REALM_KEY = "realm";
public static final String REL_USERS = "users";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment