Uses of Class
org.uberfire.backend.server.authz.NonEscapedProperties
-
Packages that use NonEscapedProperties Package Description org.uberfire.backend.server.authz -
-
Uses of NonEscapedProperties in org.uberfire.backend.server.authz
Methods in org.uberfire.backend.server.authz that return NonEscapedProperties Modifier and Type Method Description NonEscapedPropertiesAuthorizationPolicyDeployer. readPolicyProperties(Path policyDir)Put all the policy files together into a single properties instance.Methods in org.uberfire.backend.server.authz with parameters of type NonEscapedProperties Modifier and Type Method Description voidAuthorizationPolicyDeployer. loadPolicyFile(NonEscapedProperties properties, Path path)voidAuthorizationPolicyVfsStorage. savePolicyIntoVfs(NonEscapedProperties entries, String subjectId, String message)
-