Class SecurityResource

java.lang.Object
com.xebialabs.xlrelease.api.internal.SecurityResource

@Path("/security") @Consumes("application/json") @Produces("application/json") @Controller public class SecurityResource extends Object
Returns a global view of the permissions granted to the currently logged in user.
  • Constructor Details

    • SecurityResource

      @Autowired public SecurityResource(com.xebialabs.deployit.security.PermissionLister permissionLister, com.xebialabs.deployit.security.RoleService roleService)
  • Method Details