Class UserProfileService
- java.lang.Object
-
- de.xima.fc.api.rest.pub.impl.generic.services.user.UserProfileService
-
@Path("/user-profiles") @Pac4jSecurity(authorizers="isFullyAuthenticated") public class UserProfileService extends Object
REST service providing endpoints for user profiles.- Since:
- 8.2.0
- Author:
- XIMA Media GmbH
-
-
Constructor Summary
Constructors Constructor Description UserProfileService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
getProfile(org.pac4j.core.profile.CommonProfile profile)
-