public class SSORequestResolver extends Object
| Constructor and Description |
|---|
SSORequestResolver(javax.servlet.http.HttpServletRequest request,
WebAppSingleSignOn ssoConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHttpPOSTBinding()
Returns true if SAML 2.0 binding type is of HTTP POST type, else false.
|
boolean |
isSAML2SSOResponse()
Returns true if request corresponds to a SAML 2.0 Response for a SAML 2.0 single-sign-on (SSO) authentication
request by the service provider or to a SAML 2.0 Response for a SAML 2.0 single-logout (SLO) request from the
service provider.
|
boolean |
isSLOURL()
Returns true if the request URI matches the globally configured URL for sending session participant initiated
SAML 2.0 single-logout (SLO) request(s), else false.
|
boolean |
isURLToSkip()
Returns true if the request URI is one of the URI(s) to be skipped (as specified by the agent), else false.
|
public SSORequestResolver(javax.servlet.http.HttpServletRequest request,
WebAppSingleSignOn ssoConfiguration)
public boolean isURLToSkip()
The URIs to be skipped are determined by all the 'skip-uri's specified under the 'skip-uris' property of web application descriptor file.
public boolean isHttpPOSTBinding()
public boolean isSAML2SSOResponse()
public boolean isSLOURL()
Copyright © 2016 WSO2. All rights reserved.