| Package | Description |
|---|---|
| org.keycloak.authorization.model |
Provides the domain model and any other type related with it
|
| Modifier and Type | Method and Description |
|---|---|
ResourceServer.PolicyEnforcementMode |
ResourceServer.getPolicyEnforcementMode()
Returns the
PolicyEnforcementMode configured for this instance. |
static ResourceServer.PolicyEnforcementMode |
ResourceServer.PolicyEnforcementMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceServer.PolicyEnforcementMode[] |
ResourceServer.PolicyEnforcementMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceServer.setPolicyEnforcementMode(ResourceServer.PolicyEnforcementMode enforcementMode)
Defines a
PolicyEnforcementMode for this instance. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.