Package org.uberfire.backend.server.authz
-
Class Summary Class Description AuthorizationPolicyDeployer An Uberfire's startup bean that scans the classpath looking for an authorization policy to deploy (a file named security-policy.properties).AuthorizationPolicyMarshaller Class used to convert anAuthorizationPolicyinstance into/from a set of key/value pairs.AuthorizationPolicyVfsStorage An implementation that stores the authorization policy in property files.AuthorizationServiceImpl NonEscapedProperties ATreeMapimplementation that mimics the behaviour of the JDK'sPropertiesclass preventing the '/' or ':' chars from being escaped. -
Enum Summary Enum Description AuthorizationPolicyMarshaller.ReadMode Different ways to specify what are the target entries to read when calling theAuthorizationPolicyMarshaller.read(AuthorizationPolicyBuilder, String, String, ReadMode)method.