Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.authorization.policy.provider.group |
Modifier and Type | Method and Description |
---|---|
GroupPolicyRepresentation |
GroupPoliciesResource.findByName(String name) |
GroupPolicyRepresentation |
GroupPolicyResource.toRepresentation() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GroupPoliciesResource.create(GroupPolicyRepresentation representation) |
void |
GroupPolicyResource.update(GroupPolicyRepresentation representation) |
Modifier and Type | Method and Description |
---|---|
GroupPolicyRepresentation |
GroupPolicyProviderFactory.toRepresentation(Policy policy,
AuthorizationProvider authorization) |
Modifier and Type | Method and Description |
---|---|
Class<GroupPolicyRepresentation> |
GroupPolicyProviderFactory.getRepresentationType() |
Modifier and Type | Method and Description |
---|---|
void |
GroupPolicyProviderFactory.onCreate(Policy policy,
GroupPolicyRepresentation representation,
AuthorizationProvider authorization) |
void |
GroupPolicyProviderFactory.onUpdate(Policy policy,
GroupPolicyRepresentation representation,
AuthorizationProvider authorization) |
Constructor and Description |
---|
GroupPolicyProvider(BiFunction<Policy,AuthorizationProvider,GroupPolicyRepresentation> representationFunction) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.