Uses of Class
de.xima.fc.exceptions.ResourceAccessCheckException
- 
Packages that use ResourceAccessCheckException Package Description de.xima.fc.interfaces.security.access de.xima.fc.security.access  - 
- 
Uses of ResourceAccessCheckException in de.xima.fc.interfaces.security.access
Methods in de.xima.fc.interfaces.security.access that throw ResourceAccessCheckException Modifier and Type Method Description booleanIResourceAccessControl. isAccessAllowed(URI uri)Checks whether the given URI may be accessed or whether access is forbidden.booleanIResourceAccessControl. isAccessAllowed(URL url)Checks whether the given URL may be accessed or whether access is forbidden. - 
Uses of ResourceAccessCheckException in de.xima.fc.security.access
Methods in de.xima.fc.security.access that throw ResourceAccessCheckException Modifier and Type Method Description booleanListedResourceAccessControl. isAccessAllowed(URI uri)booleanListedResourceAccessControl. isAccessAllowed(URL url) 
 -