- ifMatch(T, EntityTag) - Method in class org.apache.syncope.client.SyncopeClient
-
Sets the If-Match header on the given service instance.
- ifMatch(Class<T>, EntityTag) - Method in class org.apache.syncope.client.SyncopeClient
-
Creates an instance of the given service class, with If-Match header set.
- ifNoneMatch(T, EntityTag) - Method in class org.apache.syncope.client.SyncopeClient
-
Sets the If-None-Match header on the given service instance.
- ifNoneMatch(Class<T>, EntityTag) - Method in class org.apache.syncope.client.SyncopeClient
-
Creates an instance of the given service class, with If-None-Match header set.
- isActivitiEnabledFor(SubjectType) - Method in class org.apache.syncope.client.SyncopeClient
-
Checks whether Activiti workflow is enabled for users / roles, by calling WorkflowService's options.
- isPwdResetAllowed() - Method in class org.apache.syncope.client.SyncopeClient
-
Checks whether password reset is allowed by calling UserSelfService's options.
- isPwdResetRequiringSecurityQuestions() - Method in class org.apache.syncope.client.SyncopeClient
-
Checks whether password reset requires security question by calling UserSelfService's options.
- isSelfRegAllowed() - Method in class org.apache.syncope.client.SyncopeClient
-
Checks whether self-registration is allowed by calling UserSelfService's options.