| authorization | org.keycloak.authorization.protection.policy.UserManagedPermissionService | private |
| checkRequest(String resourceId, UmaPermissionRepresentation representation) | org.keycloak.authorization.protection.policy.UserManagedPermissionService | inlineprivate |
| create(@PathParam("resourceId") String resourceId, UmaPermissionRepresentation representation) | org.keycloak.authorization.protection.policy.UserManagedPermissionService | inline |
| delegate | org.keycloak.authorization.protection.policy.UserManagedPermissionService | private |
| delete(@PathParam("policyId") String policyId) | org.keycloak.authorization.protection.policy.UserManagedPermissionService | inline |
| find(@QueryParam("name") String name, @QueryParam("resource") String resource, @QueryParam("scope") String scope, @QueryParam("first") Integer firstResult, @QueryParam("max") Integer maxResult) | org.keycloak.authorization.protection.policy.UserManagedPermissionService | inline |
| findById(@PathParam("policyId") String policyId) | org.keycloak.authorization.protection.policy.UserManagedPermissionService | inline |
| getAssociatedResourceId(String policyId) | org.keycloak.authorization.protection.policy.UserManagedPermissionService | inlineprivate |
| getPolicy(@PathParam("policyId") String policyId) | org.keycloak.authorization.protection.policy.UserManagedPermissionService | inlineprivate |
| identity | org.keycloak.authorization.protection.policy.UserManagedPermissionService | private |
| resourceServer | org.keycloak.authorization.protection.policy.UserManagedPermissionService | private |
| update(@PathParam("policyId") String policyId, String payload) | org.keycloak.authorization.protection.policy.UserManagedPermissionService | inline |
| UserManagedPermissionService(KeycloakIdentity identity, ResourceServer resourceServer, AuthorizationProvider authorization, AdminEventBuilder eventBuilder) | org.keycloak.authorization.protection.policy.UserManagedPermissionService | inline |