gov.nasa.pds.registry.common.connection.ClientConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of registry-common Show documentation
Show all versions of registry-common Show documentation
Common code used by Harvest and Registry Manager.
The newest version!
package gov.nasa.pds.registry.common.connection;
/**
* Constants used by different classes.
*
* @author karpenko
*/
class ClientConstants
{
public static final String AUTH_TRUST_SELF_SIGNED = "trust.self-signed";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy