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
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.