| Package | Description |
|---|---|
| org.keycloak.authorization.model |
Provides the domain model and any other type related with it
|
| Modifier and Type | Method and Description |
|---|---|
Policy.DecisionStrategy |
Policy.getDecisionStrategy()
Returns the
Policy.DecisionStrategy for this policy. |
static Policy.DecisionStrategy |
Policy.DecisionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Policy.DecisionStrategy[] |
Policy.DecisionStrategy.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.setDecisionStrategy(Policy.DecisionStrategy decisionStrategy)
Sets the {DecisionStrategy} for this policy.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.