| Package | Description |
|---|---|
| org.jasig.cas.client.authentication |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainsPatternUrlPatternMatcherStrategy
A pattern matcher that looks inside the url to find the exact pattern specified.
|
class |
EntireRegionRegexUrlPatternMatcherStrategy
A pattern matcher that looks inside the url to find the pattern, that
is assumed to have been specified via regular expressions syntax.
|
class |
ExactUrlPatternMatcherStrategy
A pattern matcher that produces a successful match if the pattern
specified matches the given url exactly and equally.
|
class |
RegexUrlPatternMatcherStrategy
A pattern matcher that looks inside the url to find the pattern, that
is assumed to have been specified via regular expressions syntax.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationFilter.setIgnoreUrlPatternMatcherStrategyClass(UrlPatternMatcherStrategy ignoreUrlPatternMatcherStrategyClass) |
Copyright © 2006–2021 Apereo. All rights reserved.