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 void
GroupRestClient. 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 ProvisionAction
ProvisionAction. 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 ExecTO
GroupService. 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 ExecTO
GroupLogic. 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 ExecTO
GroupServiceImpl. provisionMembers(String key, ProvisionAction action)
-