make initialize method public to be able to re initiliaze ldap configuration
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1419886 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5b8146ea0c
commit
88e6fb2c2a
|
@ -27,7 +27,6 @@ import javax.naming.spi.StateFactory;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugstøl</a>
|
||||
*
|
||||
*/
|
||||
public interface LdapConnectionFactory
|
||||
{
|
||||
|
@ -47,4 +46,6 @@ public interface LdapConnectionFactory
|
|||
|
||||
void addStateFactory( Class<? extends StateFactory> objectFactoryClass );
|
||||
|
||||
void initialize();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue