Uses of Enum Class
org.apache.syncope.common.rest.api.Preference
Packages that use Preference
Package
Description
-
Uses of Preference in org.apache.syncope.client.lib
Methods in org.apache.syncope.client.lib with parameters of type PreferenceModifier and TypeMethodDescriptionstatic <T> TSyncopeClient.prefer(T service, Preference preference) Sets thePreferheader on the give service instance. -
Uses of Preference in org.apache.syncope.common.rest.api
Methods in org.apache.syncope.common.rest.api that return PreferenceModifier and TypeMethodDescriptionstatic PreferencePreference.fromString(String literal) static PreferenceReturns the enum constant of this class with the specified name.static Preference[]Preference.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Preference in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return PreferenceModifier and TypeMethodDescriptionprotected PreferenceAbstractService.getPreference()ReadsPreferheader from request and parses into aPreferenceinstance. -
Uses of Preference in org.apache.syncope.ext.scimv2.cxf.service
Methods in org.apache.syncope.ext.scimv2.cxf.service that return PreferenceModifier and TypeMethodDescriptionprotected PreferenceAbstractSCIMService.getPreference()ReadsPreferheader from request and parses into aPreferenceinstance.