Liferay 6.1.2-ce-ga3

com.liferay.portal.security.ldap
Interface PortalToLDAPConverter


public interface PortalToLDAPConverter


Method Summary
 String getGroupDNName(long ldapServerId, UserGroup userGroup, Properties groupMappings)
           
 Modifications getLDAPContactModifications(Contact contact, Map<String,Serializable> contactExpandoAttributes, Properties contactMappings, Properties contactExpandoMappings)
           
 Attributes getLDAPGroupAttributes(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
 Modifications getLDAPGroupModifications(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
          Deprecated.  
 Modifications getLDAPGroupModifications(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings, LDAPOperation ldapOperation)
           
 Attributes getLDAPUserAttributes(long ldapServerId, User user, Properties userMappings)
           
 Modifications getLDAPUserGroupModifications(long ldapServerId, List<UserGroup> userGroups, 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

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)
                                        throws Exception
Deprecated. 

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.1.2-ce-ga3