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