Constant Field Values


Contents
org.rhq.*

org.rhq.enterprise.server.plugins.rhnhosted.RHNConstants
public static final String DEFAULT_HANDLER "/rpc/api"
public static final String DEFAULT_SSL_CERT_PATH "/usr/share/rhn/RHNS-CA-CERT"
public static final String DEFAULT_SYSTEM_ID "/etc/sysconfig/rhn/systemid"
public static final String DEFAULT_WEBAPP_GPG_KEY_RING "/etc/webapp-keyring.gpg"

org.rhq.enterprise.server.plugins.rhnhosted.RHNSSLCertReader
public static final String BEGIN_CERT "-----BEGIN CERTIFICATE-----\n"
public static final String END_CERT "-----END CERTIFICATE-----\n"

org.rhq.enterprise.server.plugins.rhnhosted.certificate.Certificate
public static final String CURRENT_GENERATION "2"

org.rhq.enterprise.server.plugins.rhnhosted.certificate.XmlTag
public static final String XML_HDR "<?xml version=\"1.0\"?>"
public static final String XML_HDR_UTF8 "<?xml version=\"1.0\" encoding=\"utf-8\"?>"

org.rhq.enterprise.server.plugins.rhnhosted.xmlrpc.RhnDownloader
protected final String RHN_AUTH "X-RHN-Auth"
protected final String RHN_AUTH_EXPIRE_OFFSET "X-RHN-Auth-Expire-Offset"
protected final String RHN_AUTH_SERVER_TIME "X-RHN-Auth-Server-Time"
protected final String RHQ_CACHED_TIME "RHQ-Time-Auth-Cached"

org.rhq.enterprise.server.plugins.rhnhosted.xmlrpc.RhnHttpURLConnectionFactory
public static final String RHN_MOCK_HTTP_URL_CONNECTION "RhnMockHttpUrlConnection"



Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.