public class SamlRequestMatcher
extends java.lang.Object
implements org.springframework.security.web.util.matcher.RequestMatcher
Constructor and Description |
---|
SamlRequestMatcher(SamlProviderProvisioning provisioning,
java.lang.String path) |
SamlRequestMatcher(SamlProviderProvisioning provisioning,
java.lang.String path,
boolean matchAgainstAliasPath) |
Modifier and Type | Method and Description |
---|---|
boolean |
isMatchAgainstAliasPath() |
boolean |
matches(javax.servlet.http.HttpServletRequest request) |
SamlRequestMatcher |
setMatchAgainstAliasPath(boolean matchAgainstAliasPath) |
public SamlRequestMatcher(SamlProviderProvisioning provisioning, java.lang.String path)
public SamlRequestMatcher(SamlProviderProvisioning provisioning, java.lang.String path, boolean matchAgainstAliasPath)
public boolean matches(javax.servlet.http.HttpServletRequest request)
matches
in interface org.springframework.security.web.util.matcher.RequestMatcher
public boolean isMatchAgainstAliasPath()
public SamlRequestMatcher setMatchAgainstAliasPath(boolean matchAgainstAliasPath)