Liferay 6.2.0

com.liferay.portal.security.ldap
Interface PortalToLDAPConverter


public interface PortalToLDAPConverter


Method Summary
abstract  String getGroupDNName(long ldapServerId, UserGroup userGroup, Properties groupMappings)
           
abstract  Modifications getLDAPContactModifications(Contact contact, Map<String,Serializable> contactExpandoAttributes, Properties contactMappings, Properties contactExpandoMappings)
           
abstract  Attributes getLDAPGroupAttributes(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
abstract  Modifications getLDAPGroupModifications(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings, LDAPOperation ldapOperation)
           
abstract  Attributes getLDAPUserAttributes(long ldapServerId, User user, Properties userMappings)
           
abstract  Modifications getLDAPUserGroupModifications(long ldapServerId, List<UserGroup> userGroups, User user, Properties userMappings)
           
abstract  Modifications getLDAPUserModifications(User user, Map<String,Serializable> userExpandoAttributes, Properties userMappings, Properties userExpandoMappings)
           
abstract  String getUserDNName(long ldapServerId, User user, Properties userMappings)
           
 

Method Detail

getGroupDNName

String getGroupDNName(long ldapServerId,
                      UserGroup userGroup,
                      Properties groupMappings)
                      throws Exception
Throws:
Exception

getLDAPContactModifications

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

getLDAPGroupAttributes

Attributes getLDAPGroupAttributes(long ldapServerId,
                                  UserGroup userGroup,
                                  User user,
                                  Properties groupMappings,
                                  Properties userMappings)
                                  throws Exception
Throws:
Exception

getLDAPGroupModifications

Modifications getLDAPGroupModifications(long ldapServerId,
                                        UserGroup userGroup,
                                        User user,
                                        Properties groupMappings,
                                        Properties userMappings,
                                        LDAPOperation ldapOperation)
                                        throws Exception
Throws:
Exception

getLDAPUserAttributes

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

getLDAPUserGroupModifications

Modifications getLDAPUserGroupModifications(long ldapServerId,
                                            List<UserGroup> userGroups,
                                            User user,
                                            Properties userMappings)
                                            throws Exception
Throws:
Exception

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.2.0