Uses of Interface
de.xima.fc.interfaces.security.access.IResourceMatcher
-
Packages that use IResourceMatcher Package Description de.xima.fc.security.access -
-
Uses of IResourceMatcher in de.xima.fc.security.access
Methods in de.xima.fc.security.access that return IResourceMatcher Modifier and Type Method Description static 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 IResourceMatcher Modifier and Type Method Description ListedResourceAccessControl.ListedResourceAccessControlBuilder
ListedResourceAccessControl.ListedResourceAccessControlBuilder. addBlacklisted(IResourceMatcher matcher)
Adds a new matcher to the list of matchers for blacklisted resources.ListedResourceAccessControl.ListedResourceAccessControlBuilder
ListedResourceAccessControl.ListedResourceAccessControlBuilder. addWhitelisted(IResourceMatcher matcher)
Adds a new matcher to the list of matchers for whitelisted resources.
-