public class OIDCRequestResolver extends Object
OIDCAgentConfig and the request parameters.
OIDCRequestResolver verifies if:
and returns boolean values.
| Constructor and Description |
|---|
OIDCRequestResolver(javax.servlet.http.HttpServletRequest request,
OIDCAgentConfig oidcAgentConfig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthorizationCodeResponse()
Checks if the request is an Authorization Code response.
|
boolean |
isCallbackResponse()
Checks if the request is a callback response.
|
boolean |
isError()
Checks if the request contains a parameter, "error".
|
boolean |
isLogoutURL()
Checks if the request is a logout request.
|
boolean |
isSkipURI()
Checks if the request is a URI to skip.
|
public OIDCRequestResolver(javax.servlet.http.HttpServletRequest request,
OIDCAgentConfig oidcAgentConfig)
public boolean isError()
public boolean isAuthorizationCodeResponse()
public boolean isLogoutURL()
OIDCAgentConfig, false otherwise.public boolean isSkipURI()
OIDCAgentConfig as skipURIs, false otherwise.public boolean isCallbackResponse()
OIDCAgentConfig,
false otherwise.Copyright © 2021 WSO2. All rights reserved.