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 an
AuthorizationPolicy instance into/from a set of key/value pairs. |
AuthorizationPolicyVfsStorage |
An implementation that stores the authorization policy in property files.
|
AuthorizationServiceImpl | |
NonEscapedProperties |
A
TreeMap implementation that mimics the behaviour of the JDK's Properties class
preventing the '/' or ':' chars from being escaped. |
Enum | Description |
---|---|
AuthorizationPolicyMarshaller.ReadMode |
Different ways to specify what are the target entries to read when calling the
AuthorizationPolicyMarshaller.read(AuthorizationPolicyBuilder, String, String, ReadMode) method. |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.