Class MyVDOnUndertow
java.lang.Object
com.tremolosecurity.openunison.myvd.MyVDOnUndertow
- All Implemented Interfaces:
MyVDWrapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
shutdown()
void
startMyVD
(OpenUnisonConfig config, TremoloType unisonConfiguration)
-
Constructor Details
-
MyVDOnUndertow
public MyVDOnUndertow()
-
-
Method Details
-
startMyVD
public void startMyVD(OpenUnisonConfig config, TremoloType unisonConfiguration) throws org.apache.directory.api.ldap.model.exception.LdapInvalidDnException, UnrecoverableKeyException, KeyStoreException, NoSuchAlgorithmException, CertificateException, FileNotFoundException, IOException, org.apache.directory.api.ldap.model.exception.LdapException, Exception - Specified by:
startMyVD
in interfaceMyVDWrapper
- Throws:
org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
UnrecoverableKeyException
KeyStoreException
NoSuchAlgorithmException
CertificateException
FileNotFoundException
IOException
org.apache.directory.api.ldap.model.exception.LdapException
Exception
-
shutdown
- Specified by:
shutdown
in interfaceMyVDWrapper
- Throws:
Exception
-