Interface AnonymousRequestMatcherProvider

All Known Implementing Classes:
AnonymousUrlPatternsRequestMatcherProvider

public interface AnonymousRequestMatcherProvider
Interface provides a RequestMatcher for anonymous endpoints that will be processed by the CompositeResourceServerRequestMatcherProviderImpl.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.web.util.matcher.RequestMatcher
     
  • Method Details

    • getAnonymousRequestMatcher

      org.springframework.security.web.util.matcher.RequestMatcher getAnonymousRequestMatcher()