Package | Description |
---|---|
org.keycloak.authorization.jpa.entities | |
org.keycloak.authorization.jpa.store | |
org.keycloak.authorization.model |
Provides the domain model and any other type related with it
|
org.keycloak.models.cache.infinispan.authorization | |
org.keycloak.models.cache.infinispan.authorization.entities | |
org.keycloak.representations.idm.authorization |
Modifier and Type | Method and Description |
---|---|
Logic |
PolicyEntity.getLogic() |
Modifier and Type | Method and Description |
---|---|
void |
PolicyEntity.setLogic(Logic logic) |
Modifier and Type | Method and Description |
---|---|
Logic |
PolicyAdapter.getLogic() |
Modifier and Type | Method and Description |
---|---|
void |
PolicyAdapter.setLogic(Logic logic) |
Modifier and Type | Method and Description |
---|---|
Logic |
Policy.getLogic()
Returns the
Logic for this policy. |
Modifier and Type | Method and Description |
---|---|
void |
Policy.setLogic(Logic logic)
Sets the {Logic} for this policy.
|
Modifier and Type | Method and Description |
---|---|
Logic |
PolicyAdapter.getLogic() |
Modifier and Type | Method and Description |
---|---|
void |
PolicyAdapter.setLogic(Logic logic) |
Modifier and Type | Method and Description |
---|---|
Logic |
CachedPolicy.getLogic() |
Modifier and Type | Method and Description |
---|---|
Logic |
AbstractPolicyRepresentation.getLogic() |
static Logic |
Logic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Logic[] |
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 |
AbstractPolicyRepresentation.setLogic(Logic logic) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.