| Package | Description |
|---|---|
| net.krotscheck.kangaroo.authz.oauth2.resource |
API Service Classes.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AuthorizationService.authorizationRequest(javax.ws.rs.core.UriInfo uriInfo,
javax.servlet.http.HttpServletRequest request,
AuthenticatorType authenticator,
String responseType,
String redirectUrl,
String scope,
String state)
Attempt to execute an authorization request based on the provided
request parameters.
|
javax.ws.rs.core.Response |
IntrospectionService.introspectionRequest(BigInteger tokenId)
Attempt to return the claims associated with this token.
|
javax.ws.rs.core.Response |
TokenService.tokenRequest(javax.ws.rs.core.UriInfo uriInfo,
BigInteger code,
URI redirect,
String state,
String scope,
String username,
String password,
BigInteger refreshToken,
GrantType grantType)
Attempt to issue a token based on the requested token type.
|
Copyright © 2018 krotscheck.net. All rights reserved.