
@Component @Path(value="/check") @PermitAll public class ClientCheckResource extends Object
| Modifier and Type | Field and Description |
|---|---|
private ClientValidator |
clientValidator |
private static org.slf4j.Logger |
LOG |
private TokenCache |
tokenCache |
| Constructor and Description |
|---|
ClientCheckResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
redirectUri(String authorization)
Obtains the redirect URI that can receive the OpenID token as a fragment.
|
javax.ws.rs.core.Response |
validateClient(ClientCheckRequest req) |
private static final org.slf4j.Logger LOG
@Autowired private ClientValidator clientValidator
@Autowired private TokenCache tokenCache
@GET @Path(value="/openid-redirect-uri") @Produces(value="text/plain") public String redirectUri(@HeaderParam(value="Authorization") String authorization)
authorization - authorization header@POST @Consumes(value="application/json") public javax.ws.rs.core.Response validateClient(ClientCheckRequest req)
Copyright © 2012–2018 Trajano. All rights reserved.