Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.authorization.policy.provider.role |
Modifier and Type | Method and Description |
---|---|
RolePolicyRepresentation |
RolePoliciesResource.findByName(String name) |
RolePolicyRepresentation |
RolePolicyResource.toRepresentation() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
RolePoliciesResource.create(RolePolicyRepresentation representation) |
void |
RolePolicyResource.update(RolePolicyRepresentation representation) |
Modifier and Type | Method and Description |
---|---|
RolePolicyRepresentation |
RolePolicyProviderFactory.toRepresentation(Policy policy,
AuthorizationProvider authorization) |
Modifier and Type | Method and Description |
---|---|
Class<RolePolicyRepresentation> |
RolePolicyProviderFactory.getRepresentationType() |
Modifier and Type | Method and Description |
---|---|
void |
RolePolicyProviderFactory.onCreate(Policy policy,
RolePolicyRepresentation representation,
AuthorizationProvider authorization) |
void |
RolePolicyProviderFactory.onUpdate(Policy policy,
RolePolicyRepresentation representation,
AuthorizationProvider authorization) |
Constructor and Description |
---|
RolePolicyProvider(BiFunction<Policy,AuthorizationProvider,RolePolicyRepresentation> representationFunction) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.