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

Packages that use LDAPGroupWithAttributes
com.atlassian.crowd.directory   
 

Uses of LDAPGroupWithAttributes in com.atlassian.crowd.directory
 

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

Methods in com.atlassian.crowd.directory that return types with arguments of type LDAPGroupWithAttributes
 java.util.List<LDAPGroupWithAttributes> MicrosoftActiveDirectory.findAddedOrUpdatedGroupsSince(long usnChanged)
           
protected  java.util.List<LDAPGroupWithAttributes> SpringLDAPConnector.postprocessGroups(java.util.List<LDAPGroupWithAttributes> groups)
          Perform any post-processing on groups.
protected  java.util.List<LDAPGroupWithAttributes> MicrosoftActiveDirectory.postprocessGroups(java.util.List<LDAPGroupWithAttributes> groups)
           
protected  java.util.List<LDAPGroupWithAttributes> SpringLDAPConnector.searchGroupObjects(EntityQuery query)
           
protected  java.util.List<LDAPGroupWithAttributes> SpringLDAPConnector.searchGroupObjectsOfSpecifiedGroupType(EntityQuery query)
          This method expects that the query contains a non-null groupType in the entityDescriptor.
 

Method parameters in com.atlassian.crowd.directory with type arguments of type LDAPGroupWithAttributes
protected  java.util.List<LDAPGroupWithAttributes> SpringLDAPConnector.postprocessGroups(java.util.List<LDAPGroupWithAttributes> groups)
          Perform any post-processing on groups.
protected  java.util.List<LDAPGroupWithAttributes> MicrosoftActiveDirectory.postprocessGroups(java.util.List<LDAPGroupWithAttributes> groups)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.