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 IResourceMatcherResourceMatchers. always()static IResourceMatcherResourceMatchers. matchingScheme(String scheme)Returns a resource matcher that matches a URI by its scheme or an URL by its protocol.static IResourceMatcherResourceMatchers. never()Methods in de.xima.fc.security.access with parameters of type IResourceMatcher Modifier and Type Method Description ListedResourceAccessControl.ListedResourceAccessControlBuilderListedResourceAccessControl.ListedResourceAccessControlBuilder. addBlacklisted(IResourceMatcher matcher)Adds a new matcher to the list of matchers for blacklisted resources.ListedResourceAccessControl.ListedResourceAccessControlBuilderListedResourceAccessControl.ListedResourceAccessControlBuilder. addWhitelisted(IResourceMatcher matcher)Adds a new matcher to the list of matchers for whitelisted resources. 
 -