com.atlassian.user.configuration
Interface RepositoryAccessor
- All Known Subinterfaces:
- DelegationAccessor
public interface RepositoryAccessor
Represents all components configured upon a repository.
An entire delegation would be composed of one DelegationAccessor
getIdentifier
RepositoryIdentifier getIdentifier()
getUserManager
UserManager getUserManager()
getGroupManager
GroupManager getGroupManager()
getPropertySetFactory
PropertySetFactory getPropertySetFactory()
getAuthenticator
Authenticator getAuthenticator()
getEntityQueryParser
EntityQueryParser getEntityQueryParser()
Copyright © 2005-2015 Atlassian. All Rights Reserved.