Package com.xebialabs.deployit.core.api
Interface XldUserProfileService
@Path("user/profiles")
@Produces({"application/xml","application/json"})
public interface XldUserProfileService
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateOrUpdateUserProfile(String username, ai.digital.deploy.sql.model.AddUserProfile userProfile) ai.digital.deploy.sql.model.UserProfileViewgetUserProfile(String username, Boolean loadCredentials)
-
Method Details
-
getUserProfile
-
createOrUpdateUserProfile
@PUT @Path("{username}") void createOrUpdateUserProfile(@PathParam("username") String username, @RequestBody ai.digital.deploy.sql.model.AddUserProfile userProfile)
-