Uses of Class
org.apache.syncope.common.lib.types.ProvisionAction
-
-
Uses of ProvisionAction in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type ProvisionAction Modifier and Type Method Description voidGroupRestClient. provisionMembers(String key, ProvisionAction actionType) -
Uses of ProvisionAction in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return ProvisionAction Modifier and Type Method Description static ProvisionActionProvisionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ProvisionAction[]ProvisionAction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProvisionAction in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type ProvisionAction Modifier and Type Method Description ExecTOGroupService. provisionMembers(@NotNull String key, @NotNull ProvisionAction action)(De)provision all members of the given group from / onto all the resources associated to it. -
Uses of ProvisionAction in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type ProvisionAction Modifier and Type Method Description ExecTOGroupLogic. provisionMembers(String key, ProvisionAction action) -
Uses of ProvisionAction in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type ProvisionAction Modifier and Type Method Description ExecTOGroupServiceImpl. provisionMembers(String key, ProvisionAction action)
-