com.atlassian.user.configuration
Interface RepositoryAccessor

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

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

public RepositoryIdentifier getIdentifier()

getUserManager

public UserManager getUserManager()

getGroupManager

public GroupManager getGroupManager()

getPropertySetFactory

public PropertySetFactory getPropertySetFactory()

getAuthenticator

public Authenticator getAuthenticator()

getEntityQueryParser

public EntityQueryParser getEntityQueryParser()


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