Uses of Interface
org.springframework.security.web.util.RequestMatcher

Packages that use RequestMatcher
org.springframework.security.web.authentication Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
org.springframework.security.web.util Web utility classes. 
 

Uses of RequestMatcher in org.springframework.security.web.authentication
 

Constructor parameters in org.springframework.security.web.authentication with type arguments of type RequestMatcher
DelegatingAuthenticationEntryPoint(LinkedHashMap<RequestMatcher,AuthenticationEntryPoint> entryPoints)
           
 

Uses of RequestMatcher in org.springframework.security.web.util
 

Classes in org.springframework.security.web.util that implement RequestMatcher
 class ELRequestMatcher
          A RequestMatcher implementation which uses a SpEL expression With the default EvalutationContext (ELRequestMatcherContext) you can use hasIpAdress() and hasHeader() See DelegatingAuthenticationEntryPoint for a example configuration.
 class IpAddressMatcher
          Matches a request based on IP Address or subnet mask matching against the remote address.
 



Copyright © 2004-2011 SpringSource, Inc. All Rights Reserved.