Package | Description |
---|---|
org.keycloak.services.clientpolicy | |
org.keycloak.services.clientpolicy.condition |
Modifier and Type | Method and Description |
---|---|
static ClientPolicyVote |
ClientPolicyVote.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientPolicyVote[] |
ClientPolicyVote.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default ClientPolicyVote |
ClientPolicyConditionProvider.applyPolicy(ClientPolicyContext context)
returns ABSTAIN if this condition is not evaluated due to its nature.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.