com.atlassian.user.configuration
Class DefaultRepositoryAccessor
java.lang.Object
com.atlassian.user.configuration.DefaultRepositoryAccessor
- All Implemented Interfaces:
- RepositoryAccessor
- Direct Known Subclasses:
- LdapRepositoryAccessor
- public class DefaultRepositoryAccessor
- extends java.lang.Object
- implements RepositoryAccessor
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DefaultRepositoryAccessor
public DefaultRepositoryAccessor()
getUserManager
public UserManager getUserManager()
- Specified by:
getUserManager
in interface RepositoryAccessor
getGroupManager
public GroupManager getGroupManager()
- Specified by:
getGroupManager
in interface RepositoryAccessor
getIdentifier
public RepositoryIdentifier getIdentifier()
- Specified by:
getIdentifier
in interface RepositoryAccessor
getPropertySetFactory
public PropertySetFactory getPropertySetFactory()
- Specified by:
getPropertySetFactory
in interface RepositoryAccessor
getAuthenticator
public Authenticator getAuthenticator()
- Specified by:
getAuthenticator
in interface RepositoryAccessor
getPasswordEncryptor
public PasswordEncryptor getPasswordEncryptor()
setPasswordEncryptor
public void setPasswordEncryptor(PasswordEncryptor encryptor)
setUserManager
public void setUserManager(UserManager userManager)
setGroupManager
public void setGroupManager(GroupManager groupManager)
setRepository
public void setRepository(RepositoryIdentifier repository)
setPropertySetFactory
public void setPropertySetFactory(PropertySetFactory propertySetFactory)
setAuthenticator
public void setAuthenticator(Authenticator authenticator)
getEntityQueryParser
public EntityQueryParser getEntityQueryParser()
- Specified by:
getEntityQueryParser
in interface RepositoryAccessor
setEntityQueryParser
public void setEntityQueryParser(EntityQueryParser entityQueryParser)
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
Copyright © 2005-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.