Class UserProfileResource
- java.lang.Object
-
- org.keycloak.services.resources.admin.UserProfileResource
-
public class UserProfileResource extends Object
- Author:
- Vlastimil Elias
-
-
Field Summary
Fields Modifier and Type Field Description protected RealmModel
realm
protected KeycloakSession
session
-
Constructor Summary
Constructors Constructor Description UserProfileResource(KeycloakSession session, AdminPermissionEvaluator auth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConfiguration()
javax.ws.rs.core.Response
update(String text)
-
-
-
Field Detail
-
session
protected final KeycloakSession session
-
realm
protected final RealmModel realm
-
-
Constructor Detail
-
UserProfileResource
public UserProfileResource(KeycloakSession session, AdminPermissionEvaluator auth)
-
-