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