Package com.polarion.alm.projects.ldap
Interface ILdapUserGroupSynchronization
- All Superinterfaces:
ILdapSynchronization
- All Known Subinterfaces:
ILdapUserGroupSynchronization.ITyped
- Since:
- 3.20.1
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
An extension interface to add builder pattern methods toILdapUserGroupSynchronization
-
Method Summary
Modifier and TypeMethodDescriptionsynchronizeUserGroup
(IUserGroup userGroup) Synchronizes users in Polarion User Group from the LDAP server.Methods inherited from interface com.polarion.alm.projects.ldap.ILdapSynchronization
isEnabled, setCreate, setUpdate
-
Method Details
-
synchronizeUserGroup
@NotNull ILDAPUserSynchronization.ILDAPUserSynchronizationReport synchronizeUserGroup(@NotNull IUserGroup userGroup) Synchronizes users in Polarion User Group from the LDAP server. Depends on fields set through theILdapSynchronization.setCreate(boolean)
andILdapSynchronization.setUpdate(boolean)
setter methods. The default values for these fields are bothfalse
(in which case, only synchronization state information is obtained).- Parameters:
userGroup
- User Group to synchronize- Returns:
- Returns report with synchronization results.
- Throws:
IllegalStateException
- if not enabled.- See Also:
-