public class AuthWithoutSessionRequest extends ParameterizedRequest
authServer, exc, jsonGen, params| Constructor and Description |
|---|
AuthWithoutSessionRequest(OAuth2AuthorizationServerInterceptor authServer,
Exchange exc) |
| Modifier and Type | Method and Description |
|---|---|
protected Response |
checkForMissingParameters() |
protected Response |
getResponse() |
protected String |
hasGivenInvalidScopes(String givenScopes,
String validScopes) |
protected Response |
processWithParameters() |
protected Response |
redirectToLogin() |
protected String |
verifyScopes(String scopes) |
addParams, buildWwwAuthenticateErrorResponse, createParameterizedFormUrlencodedRedirect, createSessionForAuthorizedClientWithParams, createSessionForAuthorizedUserWithParams, createTokenForVerifiedClient, createTokenForVerifiedUserAndClient, getClaims, getClientId, getClientSecret, getCode, getGrantType, getPassword, getPrompt, getRedirectUri, getRefreshToken, getResponseType, getScope, getSessionForAuthorizedUserWithParams, getState, getUsername, removeEmptyParams, setScope, setScopeInvalid, validateRequest, verifyClientThroughParams, verifyUserThroughParamspublic AuthWithoutSessionRequest(OAuth2AuthorizationServerInterceptor authServer, Exchange exc) throws Exception
Exceptionprotected Response checkForMissingParameters() throws Exception
checkForMissingParameters in class ParameterizedRequestExceptionprotected Response processWithParameters() throws Exception
processWithParameters in class ParameterizedRequestExceptionprotected Response getResponse() throws Exception
getResponse in class ParameterizedRequestExceptionprotected String hasGivenInvalidScopes(String givenScopes, String validScopes)
protected Response redirectToLogin() throws MalformedURLException, UnsupportedEncodingException
Copyright © 2022. All Rights Reserved.