| Package | Description |
|---|---|
| org.keycloak.admin.client.resource | |
| org.keycloak.authorization.policy.provider.js |
| Modifier and Type | Method and Description |
|---|---|
JSPolicyRepresentation |
JSPoliciesResource.findByName(String name) |
JSPolicyRepresentation |
JSPolicyResource.toRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
JSPoliciesResource.create(JSPolicyRepresentation representation) |
void |
JSPolicyResource.update(JSPolicyRepresentation representation) |
| Modifier and Type | Method and Description |
|---|---|
JSPolicyRepresentation |
JSPolicyProviderFactory.toRepresentation(Policy policy,
AuthorizationProvider authorization) |
JSPolicyRepresentation |
DeployedScriptPolicyFactory.toRepresentation(Policy policy,
AuthorizationProvider authorization) |
| Modifier and Type | Method and Description |
|---|---|
Class<JSPolicyRepresentation> |
JSPolicyProviderFactory.getRepresentationType() |
| Modifier and Type | Method and Description |
|---|---|
void |
JSPolicyProviderFactory.onCreate(Policy policy,
JSPolicyRepresentation representation,
AuthorizationProvider authorization) |
void |
DeployedScriptPolicyFactory.onCreate(Policy policy,
JSPolicyRepresentation representation,
AuthorizationProvider authorization) |
void |
JSPolicyProviderFactory.onUpdate(Policy policy,
JSPolicyRepresentation representation,
AuthorizationProvider authorization) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.