Uses of Interface
org.jasig.cas.client.authentication.UrlPatternMatcherStrategy

Packages that use UrlPatternMatcherStrategy
org.jasig.cas.client.authentication   
 

Uses of UrlPatternMatcherStrategy in org.jasig.cas.client.authentication
 

Classes in org.jasig.cas.client.authentication that implement UrlPatternMatcherStrategy
 class ContainsPatternUrlPatternMatcherStrategy
          A pattern matcher that looks inside the url to find the exact pattern specified.
 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,.
 



Copyright © 2006-2015 Jasig. All Rights Reserved.