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 |
|---|---|
String |
getIndexPage()
Returns the index page configured in the
OIDCAgentConfig. |
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.public String getIndexPage()
OIDCAgentConfig.String IndexPage configured in the OIDCAgentConfig.Copyright © 2020 WSO2. All rights reserved.