@Produces(value="application/json")
public interface IdentityRestService
Modifier and Type | Method and Description |
---|---|
GroupInfoDto |
getGroupInfo(String userId) |
AuthenticationResult |
verifyUser(BasicUserCredentialsDto credentialsDto) |
static final String PATH
@GET @Path(value="/groups") @Produces(value="application/json") GroupInfoDto getGroupInfo(@QueryParam(value="userId") String userId)
@POST @Path(value="/verify") @Produces(value="application/json") @Consumes(value="application/json") AuthenticationResult verifyUser(BasicUserCredentialsDto credentialsDto)
Copyright © 2020. All rights reserved.