@Path(value="/rest/authentication") @Produces(value="application/json") @Consumes(value="application/json") @PermitAll public class AuthenticationHandler extends Object
Constructor and Description |
---|
AuthenticationHandler() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
login(UserCredential userCredential) |
@POST @Path(value="/login") public javax.ws.rs.core.Response login(UserCredential userCredential) throws InterruptedException
InterruptedException
Copyright © 2015–2019. All rights reserved.