Uses of Interface
de.xima.fc.interfaces.security.access.IResourceMatcher
Packages that use IResourceMatcher
-
Uses of IResourceMatcher in de.xima.fc.security.access
Methods in de.xima.fc.security.access that return IResourceMatcherModifier and TypeMethodDescriptionstatic IResourceMatcher
ResourceMatchers.always()
static IResourceMatcher
ResourceMatchers.matchingScheme
(String scheme) Returns a resource matcher that matches a URI by its scheme or an URL by its protocol.static IResourceMatcher
ResourceMatchers.never()
Methods in de.xima.fc.security.access with parameters of type IResourceMatcherModifier and TypeMethodDescriptionListedResourceAccessControl.ListedResourceAccessControlBuilder.addBlacklisted
(IResourceMatcher matcher) Adds a new matcher to the list of matchers for blacklisted resources.ListedResourceAccessControl.ListedResourceAccessControlBuilder.addWhitelisted
(IResourceMatcher matcher) Adds a new matcher to the list of matchers for whitelisted resources.