Uses of Class
org.keycloak.representations.idm.authorization.AggregatePolicyRepresentation
Packages that use AggregatePolicyRepresentation
Package
Description
-
Uses of AggregatePolicyRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return AggregatePolicyRepresentationModifier and TypeMethodDescriptionAggregatePoliciesResource.findByName
(String name) AggregatePolicyResource.toRepresentation()
Methods in org.keycloak.admin.client.resource with parameters of type AggregatePolicyRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
AggregatePoliciesResource.create
(AggregatePolicyRepresentation representation) void
AggregatePolicyResource.update
(AggregatePolicyRepresentation representation) -
Uses of AggregatePolicyRepresentation in org.keycloak.authorization.policy.provider.aggregated
Methods in org.keycloak.authorization.policy.provider.aggregated that return AggregatePolicyRepresentationModifier and TypeMethodDescriptionAggregatePolicyProviderFactory.toRepresentation
(Policy policy, AuthorizationProvider authorization) Methods in org.keycloak.authorization.policy.provider.aggregated that return types with arguments of type AggregatePolicyRepresentationMethods in org.keycloak.authorization.policy.provider.aggregated with parameters of type AggregatePolicyRepresentationModifier and TypeMethodDescriptionvoid
AggregatePolicyProviderFactory.onCreate
(Policy policy, AggregatePolicyRepresentation representation, AuthorizationProvider authorization) void
AggregatePolicyProviderFactory.onUpdate
(Policy policy, AggregatePolicyRepresentation representation, AuthorizationProvider authorization)