Package | Description |
---|---|
org.uberfire.backend.server.authz |
Modifier and Type | Method and Description |
---|---|
static AuthorizationPolicyMarshaller.ReadMode |
AuthorizationPolicyMarshaller.ReadMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationPolicyMarshaller.ReadMode[] |
AuthorizationPolicyMarshaller.ReadMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationPolicyMarshaller.read(AuthorizationPolicyBuilder builder,
String key,
String value,
AuthorizationPolicyMarshaller.ReadMode readMode)
It reads key/value pair passed as a parameter and it calls to the right
AuthorizationPolicyBuilder method . |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.