Class ProfileResource
- java.lang.Object
-
- com.xebialabs.xlrelease.api.internal.ProfileResource
-
@Path("/profile") @Consumes("application/json") @Produces("application/json") @Controller public class ProfileResource extends java.lang.ObjectThe user profile data associated with an Digital.ai Release account.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProfileResource.InvalidPreviousPasswordException
-
Constructor Summary
Constructors Constructor Description ProfileResource(UserProfileService userProfileService, com.xebialabs.deployit.security.UserService userService, Users users, com.xebialabs.xlrelease.domain.validators.UserAccountValidator userAccountValidator, SessionService sessionService, PrincipalDataProvider principalDataProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.xebialabs.xlrelease.api.v1.forms.UserAccountgetProfile()com.xebialabs.xlrelease.api.v1.forms.UserAccountsaveProfile(com.xebialabs.xlrelease.api.v1.forms.UserAccount account)
-
-
-
Constructor Detail
-
ProfileResource
@Autowired public ProfileResource(UserProfileService userProfileService, com.xebialabs.deployit.security.UserService userService, Users users, com.xebialabs.xlrelease.domain.validators.UserAccountValidator userAccountValidator, SessionService sessionService, PrincipalDataProvider principalDataProvider)
-
-