| Package | Description |
|---|---|
| org.keycloak.authorization.model |
Provides the domain model and any other type related with it
|
| Modifier and Type | Method and Description |
|---|---|
Policy.Logic |
Policy.getLogic()
Returns the
Policy.Logic for this policy. |
static Policy.Logic |
Policy.Logic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Policy.Logic[] |
Policy.Logic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Policy.setLogic(Policy.Logic logic)
Sets the {Logic} for this policy.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.