|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectorManager
Manager for ConnectorTypes (aka Endpoint Types) and Connectors which handles their entire life-cycle and processing needs.
| Method Detail |
|---|
ConnectorFactory getConnectorFactory()
void setConnectorFactory(ConnectorFactory connFact)
ConnectorPersister getConnectorPersister()
HttpProxyConfiguration getHttpProxyConfiguration()
void setHttpProxyConfiguration(HttpProxyConfiguration httpProxyConfiguration)
String getLdapsCertificateFile()
String getLdapsCertificatePassword()
String getConnectorClientCertStore()
String getConnectorClientCertStoreType()
String getConnectorClientCertStorePassword()
boolean getConnectorSSLSimple()
boolean getConnectorSSLVerifyPeer()
boolean getConnectorSSLTrace()
char[] getDecryptedValue(String cipherText)
CryptoService getCryptoService()
void setCryptoService(CryptoService cryptoService)
void init(DirectoryServiceConfiguration dsCfg)
ConnectorType activateConnectorType(Name connTypeDn,
String connTypeName,
Attributes attrs)
throws NamingException
NamingExceptionConnectorType findConnectorType(String connTypeName)
void deactivateConnectorType(String connTypeName)
throws NamingException
NamingException
Connector activateConnector(String connTypeName,
String connNamingAttr,
String connName,
LdapDN name,
Attributes attrs)
throws NamingException
NamingException
Connector activateConnector(String connTypeName,
String connNamingAttr,
String connName)
throws NamingException
NamingException
Connector findConnector(String connTypeName,
String connName)
void deactivateConnector(String connTypeName,
String connName)
throws NamingException
NamingException
void refreshConnectors(String connTypeName)
throws NamingException
NamingException
DNDetails getDNDetails(LdapDN baseName,
String dnConnectorTypeKeyAttribute,
Name dnManagedSuffixName)
throws NamingException
NamingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||