Uses of Interface
de.xima.fc.interfaces.security.access.IResourceAccessControl
-
Packages that use IResourceAccessControl Package Description de.xima.fc Konstanten-Klassen, Interfaces und Helper-Klassende.xima.fc.security.access -
-
Uses of IResourceAccessControl in de.xima.fc
Fields in de.xima.fc declared as IResourceAccessControl Modifier and Type Field Description static IResourceAccessControl
CmnConst. DFLT_UNTRUSTED_RESOURCE_ACCESS_CONTROL
DefaultIResourceAccessControl
for restricting access toURI
s orURL
s from untrusted sources, such as workflow configurations or submitted form data. -
Uses of IResourceAccessControl in de.xima.fc.security.access
Classes in de.xima.fc.security.access that implement IResourceAccessControl Modifier and Type Class Description class
ListedResourceAccessControl
ImplementsIResourceAccessControl
with a blacklist and whitelist.
-