Uses of Class
com.atlassian.crowd.model.group.LDAPGroupWithAttributes

Packages that use LDAPGroupWithAttributes
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.ldap.mapper   
 

Uses of LDAPGroupWithAttributes in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that return LDAPGroupWithAttributes
 LDAPGroupWithAttributes SpringLDAPConnector.findGroupByName(String name)
           
protected  LDAPGroupWithAttributes SpringLDAPConnector.findGroupByNameAndType(String name, GroupType groupType)
           
 LDAPGroupWithAttributes SpringLDAPConnector.findGroupWithAttributesByName(String name)
           
 

Methods in com.atlassian.crowd.directory that return types with arguments of type LDAPGroupWithAttributes
 List<LDAPGroupWithAttributes> MicrosoftActiveDirectory.findAddedOrUpdatedGroupsSince(long usnChanged)
           
protected  List<? extends LDAPGroupWithAttributes> RFC4519Directory.findGroupMemberships(MembershipQuery<? extends LDAPGroupWithAttributes> query)
           
protected  List<? extends LDAPGroupWithAttributes> MicrosoftActiveDirectory.findGroupMemberships(MembershipQuery<? extends LDAPGroupWithAttributes> query)
           
 ContextMapperWithRequiredAttributes<LDAPGroupWithAttributes> SpringLDAPConnector.getGroupContextMapper(GroupType groupType)
          Returns a ContextMapper ready to translate LDAP objects into Groups and fetches all member objects.
protected  List<LDAPGroupWithAttributes> MicrosoftActiveDirectory.postprocessGroups(List<LDAPGroupWithAttributes> groups)
           
protected  List<LDAPGroupWithAttributes> SpringLDAPConnector.postprocessGroups(List<LDAPGroupWithAttributes> groups)
          Perform any post-processing on groups.
 

Methods in com.atlassian.crowd.directory with parameters of type LDAPGroupWithAttributes
protected  void RFC4519Directory.addDnToGroup(String dn, LDAPGroupWithAttributes group)
           
protected  boolean RFC4519Directory.isDnDirectGroupMember(String memberDN, LDAPGroupWithAttributes parentGroup)
           
protected  void RFC4519Directory.removeDnFromGroup(String dn, LDAPGroupWithAttributes group)
           
 

Method parameters in com.atlassian.crowd.directory with type arguments of type LDAPGroupWithAttributes
protected  List<? extends LDAPGroupWithAttributes> RFC4519Directory.findGroupMemberships(MembershipQuery<? extends LDAPGroupWithAttributes> query)
           
protected  List<? extends LDAPGroupWithAttributes> MicrosoftActiveDirectory.findGroupMemberships(MembershipQuery<? extends LDAPGroupWithAttributes> query)
           
protected  List<LDAPGroupWithAttributes> MicrosoftActiveDirectory.postprocessGroups(List<LDAPGroupWithAttributes> groups)
           
protected  List<LDAPGroupWithAttributes> SpringLDAPConnector.postprocessGroups(List<LDAPGroupWithAttributes> groups)
          Perform any post-processing on groups.
 

Uses of LDAPGroupWithAttributes in com.atlassian.crowd.directory.ldap.mapper
 

Methods in com.atlassian.crowd.directory.ldap.mapper that return LDAPGroupWithAttributes
 LDAPGroupWithAttributes GroupContextMapper.mapFromContext(org.springframework.ldap.core.DirContextAdapter context)
          Called by Spring LDAP on every object fetched from the LDAP directory.
 



Copyright © 2014 Atlassian. All Rights Reserved.