Uses of Class
org.keycloak.representations.idm.authorization.AggregatePolicyRepresentation
-
Packages that use AggregatePolicyRepresentation Package Description org.keycloak.admin.client.resource org.keycloak.authorization.policy.provider.aggregated -
-
Uses of AggregatePolicyRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return AggregatePolicyRepresentation Modifier and Type Method Description AggregatePolicyRepresentation
AggregatePoliciesResource. findByName(String name)
AggregatePolicyRepresentation
AggregatePolicyResource. toRepresentation()
Methods in org.keycloak.admin.client.resource with parameters of type AggregatePolicyRepresentation Modifier and Type Method Description javax.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 AggregatePolicyRepresentation Modifier and Type Method Description AggregatePolicyRepresentation
AggregatePolicyProviderFactory. toRepresentation(Policy policy, AuthorizationProvider authorization)
Methods in org.keycloak.authorization.policy.provider.aggregated that return types with arguments of type AggregatePolicyRepresentation Modifier and Type Method Description Class<AggregatePolicyRepresentation>
AggregatePolicyProviderFactory. getRepresentationType()
Methods in org.keycloak.authorization.policy.provider.aggregated with parameters of type AggregatePolicyRepresentation Modifier and Type Method Description void
AggregatePolicyProviderFactory. onCreate(Policy policy, AggregatePolicyRepresentation representation, AuthorizationProvider authorization)
void
AggregatePolicyProviderFactory. onUpdate(Policy policy, AggregatePolicyRepresentation representation, AuthorizationProvider authorization)
-