com.marklogic.xcc.SecurityOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmlcalabash-extension-stubs Show documentation
Show all versions of xmlcalabash-extension-stubs Show documentation
This artifact defines API stubs for compiling extension classes.
The newest version!
package com.marklogic.xcc;
import javax.net.ssl.SSLContext;
/**
* This class contains the SSL security options to be used by secure XCC
* connections. Secure ContentSource objects.
*
* @see
* Class SecurityOptions
*/
public class SecurityOptions {
public SecurityOptions(SSLContext context) {
throw new UnsupportedOperationException();
}
public SecurityOptions(SecurityOptions prototype) {
throw new UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy