@Path(value="oat") public class OatResolver extends Object
| Constructor and Description |
|---|
OatResolver() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getLegacyToken(javax.servlet.http.HttpServletRequest req)
Gets the legacy token.
|
@GET
@Path(value="/get")
@Produces(value="text/plain")
public javax.ws.rs.core.Response getLegacyToken(@Context
javax.servlet.http.HttpServletRequest req)
throws javax.ws.rs.WebApplicationException
req - the reqjavax.ws.rs.WebApplicationException - the web application exceptionCopyright © 2022. All Rights Reserved.