public abstract class ParameterizedRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OAuth2AuthorizationServerInterceptor |
authServer |
protected Exchange |
exc |
protected ReusableJsonGenerator |
jsonGen |
protected Map<String,String> |
params |
| Constructor and Description |
|---|
ParameterizedRequest(OAuth2AuthorizationServerInterceptor authServer,
Exchange exc) |
protected Exchange exc
protected OAuth2AuthorizationServerInterceptor authServer
protected ReusableJsonGenerator jsonGen
public ParameterizedRequest(OAuth2AuthorizationServerInterceptor authServer, Exchange exc) throws Exception
Exceptionprotected abstract Response checkForMissingParameters() throws Exception
Exceptionprotected abstract Response processWithParameters() throws Exception
Exceptionprotected Response createParameterizedFormUrlencodedRedirect(Exchange exc, String state, String url)
protected Response buildWwwAuthenticateErrorResponse(Response.ResponseBuilder builder, String errorValue)
protected void addParams(SessionManager.Session session, Map<String,String> params)
protected SessionManager.Session createSessionForAuthorizedUserWithParams()
protected SessionManager.Session getSessionForAuthorizedUserWithParams()
protected SessionManager.Session createSessionForAuthorizedClientWithParams()
protected boolean verifyClientThroughParams()
protected String createTokenForVerifiedUserAndClient()
protected String createTokenForVerifiedClient()
public String getPrompt()
public String getClientId()
public String getRedirectUri()
public String getResponseType()
public String getScope()
public String getState()
public void setScope(String scope)
public void setScopeInvalid(String invalidScopes)
public String getCode()
public String getClientSecret()
public String getClaims()
public String getGrantType()
public String getUsername()
public String getPassword()
public String getRefreshToken()
Copyright © 2022. All Rights Reserved.