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 boolean
IResourceAccessControl. isAccessAllowed(URI uri)
Checks whether the given URI may be accessed or whether access is forbidden.boolean
IResourceAccessControl. 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 boolean
ListedResourceAccessControl. isAccessAllowed(URI uri)
boolean
ListedResourceAccessControl. isAccessAllowed(URL url)
-