Package com.polarion.alm.projects
Interface ILDAPUserSynchronization.ILDAPUserSynchronizationReport
- Enclosing interface:
- ILDAPUserSynchronization
public static interface ILDAPUserSynchronization.ILDAPUserSynchronizationReport
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns a list of users that exist in Polarion, but do not match configured LDAP query.
-
Method Details
-
getCreatedUsers
-
getUpdatedUsers
-
getLDAPUserIds
-
getPolarionUsersNotInLDAP
Deprecated.Since 3.20.1 usegetPolarionUsersNotMatchingLdapQuery()
. -
getPolarionUsersNotMatchingLdapQuery
Returns a list of users that exist in Polarion, but do not match configured LDAP query. Calling this method on a return value ofILdapUserGroupSynchronization.synchronizeUserGroup(IUserGroup)
will result in obtaining an empty collection, since the information (Polarion users not matching current LDAP query for given User Group) is redundant for this use case.- Since:
- 3.20.1
-
getMessages
- Returns:
- collection of
ILDAPUserSynchronization.Message
s
-
getPolarionUsersNotMatchingLdapQuery()
.