com.atlassian.crowd.integration.directory.connector.mapper.member
Interface MemberAttributeParser

All Known Implementing Classes:
RFC2307MemberParser, RFC4519MemberParser

public interface MemberAttributeParser

Reads the contents of the "member" attribute of a group or role, looks up the values, and returns a collection of DirContextAdapters representing the members. Does not attempt to parse the actual member, just parses the collection object and fetches the DirContextAdapters for each direct member.


Method Summary
 java.util.Collection<org.springframework.ldap.core.DirContextAdapter> fetchDirectMembers(org.springframework.ldap.core.DirContextAdapter parentContainer)
           
 

Method Detail

fetchDirectMembers

java.util.Collection<org.springframework.ldap.core.DirContextAdapter> fetchDirectMembers(org.springframework.ldap.core.DirContextAdapter parentContainer)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.