Class RequestURLPrefixPredicate
java.lang.Object
net.shibboleth.shared.spring.servlet.RequestURLPrefixPredicate
- All Implemented Interfaces:
Predicate<ServletRequest>
Predicate based on comparing a request URL to a set of matching prefixes.
-
Field Details
-
matchingPrefixes
Prefixes to check for.
-
-
Constructor Details
-
RequestURLPrefixPredicate
@Autowired public RequestURLPrefixPredicate(@Nullable @ParameterName(name="prefixes") Collection<URLPrefix> prefixes) Constructor.- Parameters:
prefixes- prefixes to match
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<ServletRequest>
-