Liferay 6.0.4

com.liferay.portal.security.ldap
Interface PortalToLDAPConverter

All Known Implementing Classes:
BasePortalToLDAPConverter

public interface PortalToLDAPConverter


Method Summary
 Modifications getLDAPContactModifications(Contact contact, Map<String,Serializable> contactExpandoAttributes, Properties contactMappings, Properties contactExpandoMappings)
           
 Attributes getLDAPUserAttributes(long ldapServerId, User user, Properties userMappings)
           
 Modifications getLDAPUserModifications(User user, Map<String,Serializable> userExpandoAttributes, Properties userMappings, Properties userExpandoMappings)
           
 String getUserDNName(long ldapServerId, User user, Properties userMappings)
           
 

Method Detail

getLDAPContactModifications

Modifications getLDAPContactModifications(Contact contact,
                                          Map<String,Serializable> contactExpandoAttributes,
                                          Properties contactMappings,
                                          Properties contactExpandoMappings)
                                          throws Exception
Throws:
Exception

getLDAPUserAttributes

Attributes getLDAPUserAttributes(long ldapServerId,
                                 User user,
                                 Properties userMappings)
                                 throws SystemException
Throws:
SystemException

getLDAPUserModifications

Modifications getLDAPUserModifications(User user,
                                       Map<String,Serializable> userExpandoAttributes,
                                       Properties userMappings,
                                       Properties userExpandoMappings)
                                       throws Exception
Throws:
Exception

getUserDNName

String getUserDNName(long ldapServerId,
                     User user,
                     Properties userMappings)
                     throws Exception
Throws:
Exception

Liferay 6.0.4