public class SSOAgentRequestResolver extends Object
| Constructor and Description |
|---|
SSOAgentRequestResolver(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SSOAgentConfig ssoAgentConfig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHttpPostBinding() |
boolean |
isPassiveAuthnRequest() |
boolean |
isSAML2ArtifactResponse() |
boolean |
isSAML2SSOResponse() |
boolean |
isSAML2SSOURL() |
boolean |
isSLORequest() |
boolean |
isSLOURL() |
boolean |
isURLToSkip() |
public SSOAgentRequestResolver(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SSOAgentConfig ssoAgentConfig)
public boolean isSLORequest()
public boolean isSAML2SSOResponse()
public boolean isSAML2ArtifactResponse()
public boolean isSLOURL()
public boolean isHttpPostBinding()
public boolean isSAML2SSOURL()
public boolean isPassiveAuthnRequest()
public boolean isURLToSkip()
Copyright © 2021 WSO2. All rights reserved.