
@Component @Path(value="/check") @PermitAll public class ClientCheckResource extends Object
| Modifier and Type | Field and Description |
|---|---|
private ClientValidator |
clientValidator |
private TokenCache |
tokenCache |
| Constructor and Description |
|---|
ClientCheckResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
validateClient(ClientCheckRequest req) |
@Autowired private ClientValidator clientValidator
@Autowired private TokenCache tokenCache
@POST @Consumes(value="application/json") public javax.ws.rs.core.Response validateClient(ClientCheckRequest req)
Copyright © 2012–2017 Trajano. All rights reserved.