All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.marklogic.xcc.SecurityOptions Maven / Gradle / Ivy

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