com.atlassian.user.configuration
Interface RepositoryAccessor

All Known Subinterfaces:
DelegationAccessor
All Known Implementing Classes:
DefaultDelegationAccessor, DefaultRepositoryAccessor, LdapRepositoryAccessor

public interface RepositoryAccessor

Represents all components configured upon a repository.

An entire delegation would be composed of one DelegationAccessor


Method Summary
 Authenticator getAuthenticator()
           
 EntityQueryParser getEntityQueryParser()
           
 GroupManager getGroupManager()
           
 RepositoryIdentifier getIdentifier()
           
 PropertySetFactory getPropertySetFactory()
           
 UserManager getUserManager()
           
 

Method Detail

getIdentifier

RepositoryIdentifier getIdentifier()

getUserManager

UserManager getUserManager()

getGroupManager

GroupManager getGroupManager()

getPropertySetFactory

PropertySetFactory getPropertySetFactory()

getAuthenticator

Authenticator getAuthenticator()

getEntityQueryParser

EntityQueryParser getEntityQueryParser()


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