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