Uses of Class
com.atlassian.user.impl.RepositoryException

Packages that use RepositoryException
com.atlassian.user.impl.hibernate   
com.atlassian.user.impl.ldap   
com.atlassian.user.impl.ldap.adaptor   
com.atlassian.user.impl.ldap.repository   
com.atlassian.user.impl.ldap.search   
com.atlassian.user.impl.osuser   
 

Uses of RepositoryException in com.atlassian.user.impl.hibernate
 

Methods in com.atlassian.user.impl.hibernate that throw RepositoryException
protected  Collection<Group> HibernateGroupManager.getAllGroupsForUser(User user)
           
protected  ExternalEntity HibernateGroupManager.getCorrespondingExternalEntity(User user)
           
 Pager<User> HibernateGroupManager.getLocalMembers(Group group)
           
 

Uses of RepositoryException in com.atlassian.user.impl.ldap
 

Methods in com.atlassian.user.impl.ldap that throw RepositoryException
 DefaultLDAPUser DefaultLDAPUserFactory.getEntity(Attributes attrs, String distinguishedName)
           
 Group LDAPGroupFactory.getGroup(Attributes attrs, String distinguishedName)
           
 User LDAPUserFactory.getUser(Attributes attrs, String distinguishedName)
           
 DefaultLDAPUser DefaultLDAPUserFactory.getUser(Attributes attrs, String distinguishedName)
           
 Collection<User> LDAPUserFactory.getUsers(Enumeration enume)
           
 Collection<User> DefaultLDAPUserFactory.getUsers(Enumeration userNamingEnumeration)
           
 

Uses of RepositoryException in com.atlassian.user.impl.ldap.adaptor
 

Methods in com.atlassian.user.impl.ldap.adaptor that throw RepositoryException
 LDAPPagerInfo AbstractLDAPGroupAdaptor.getGroupEntries(String groupName, String[] attributesToReturn, net.sf.ldaptemplate.support.filter.Filter additionalSearchFilter)
           
 boolean LDAPStaticGroupAdaptor.hasMembership(Group group, User user)
           
 LDAPPagerInfo LDAPGroupAdaptor.search(net.sf.ldaptemplate.support.filter.Filter searchFilter)
           
 LDAPPagerInfo AbstractLDAPGroupAdaptor.search(net.sf.ldaptemplate.support.filter.Filter searchFilter)
           
 LDAPPagerInfo AbstractLDAPGroupAdaptor.search(net.sf.ldaptemplate.support.filter.Filter filter, String[] attributesToReturn)
           
 

Uses of RepositoryException in com.atlassian.user.impl.ldap.repository
 

Subclasses of RepositoryException in com.atlassian.user.impl.ldap.repository
 class LdapConnectionFailedException
           
 

Methods in com.atlassian.user.impl.ldap.repository that throw RepositoryException
 DirContext LdapContextFactory.getLDAPContext()
          Opens a new connection to the LDAP server.
 DirContext DefaultLdapContextFactory.getLDAPContext()
           
 

Uses of RepositoryException in com.atlassian.user.impl.ldap.search
 

Methods in com.atlassian.user.impl.ldap.search that throw RepositoryException
 LDAPPagerInfo DefaultLDAPUserAdaptor.getUserAttributes(String username, String[] specifiedAttributes)
           
 LDAPPagerInfo DefaultLDAPUserAdaptor.search(net.sf.ldaptemplate.support.filter.Filter searchFilter)
           
 LDAPPagerInfo DefaultLDAPUserAdaptor.search(net.sf.ldaptemplate.support.filter.Filter userFilter, String[] attributesToReturnFromSearch)
           
 

Uses of RepositoryException in com.atlassian.user.impl.osuser
 

Methods in com.atlassian.user.impl.osuser that throw RepositoryException
 Pager<Group> OSUGroupManager.getGroups(User user)
           
 



Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.