Methods in com.xpn.xwiki.user.impl.LDAP with parameters of type XWikiLDAPUtils |
protected void |
XWikiLDAPAuthServiceImpl.syncGroupsMembership(String xwikiUserName,
String ldapDn,
boolean createuser,
XWikiLDAPUtils ldapUtils,
XWikiContext context)
Synchronize user XWiki membership with it's LDAP membership. |
protected void |
XWikiLDAPAuthServiceImpl.syncGroupsMembership(String xwikiUserName,
String userDN,
Map<String,Set<String>> groupMappings,
XWikiLDAPUtils ldapUtils,
XWikiContext context)
Synchronize user XWiki membership with it's LDAP membership. |
protected void |
XWikiLDAPAuthServiceImpl.syncUser(XWikiDocument userProfile,
List<XWikiLDAPSearchAttribute> searchAttributeListIn,
String ldapDn,
String ldapUid,
XWikiLDAPUtils ldapUtils,
XWikiContext context)
Update or create XWiki user base on LDAP. |