com.collation.platform.model.topology.app.web.iplanet
Interface IPlanetSSLSettings
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, SSLSettings
public interface IPlanetSSLSettings
- extends SSLSettings
Represents Apache specific SSL settings for a virtual host.
- Naming Rules:
- 0="parent"
- Persistable:
- true
- Table Name:
- IPLTSSL
Methods inherited from interface com.collation.platform.model.topology.app.SSLSettings |
getAcceptCaCertificateFiles, getCaCertificateFile, getCertificateFile, getCipherSuite, getPrivateKeyFile, getRevokeCaCertificateFiles, getSessionCacheTimeout, getSslEnabled, getSslPort, hasAcceptCaCertificateFiles, hasCaCertificateFile, hasCertificateFile, hasCipherSuite, hasPrivateKeyFile, hasRevokeCaCertificateFiles, hasSessionCacheTimeout, hasSslEnabled, hasSslPort, setAcceptCaCertificateFiles, setCaCertificateFile, setCertificateFile, setCipherSuite, setPrivateKeyFile, setRevokeCaCertificateFiles, setSessionCacheTimeout, setSslEnabled, setSslPort |
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
getParent
IPlanetWebContainer getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.ConfiguredUsing"
reverse="true"
setParent
void setParent(IPlanetWebContainer parent)
hasParent
boolean hasParent()
getSsl2Enabled
boolean getSsl2Enabled()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSsl2Enabled
void setSsl2Enabled(boolean ssl2Enabled)
hasSsl2Enabled
boolean hasSsl2Enabled()
getSsl3Enabled
boolean getSsl3Enabled()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSsl3Enabled
void setSsl3Enabled(boolean ssl3Enabled)
hasSsl3Enabled
boolean hasSsl3Enabled()
getSsl3CipherSuite
java.lang.String getSsl3CipherSuite()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSsl3CipherSuite
void setSsl3CipherSuite(java.lang.String cipherSuite)
hasSsl3CipherSuite
boolean hasSsl3CipherSuite()
getSsl3SessionCacheTimeout
int getSsl3SessionCacheTimeout()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSsl3SessionCacheTimeout
void setSsl3SessionCacheTimeout(int sessionCacheTimeout)
hasSsl3SessionCacheTimeout
boolean hasSsl3SessionCacheTimeout()
getClientCertAuth
boolean getClientCertAuth()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setClientCertAuth
void setClientCertAuth(boolean clientAuth)
hasClientCertAuth
boolean hasClientCertAuth()
getSSLCacheEntries
int getSSLCacheEntries()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSSLCacheEntries
void setSSLCacheEntries(int numEntries)
hasSSLCacheEntries
boolean hasSSLCacheEntries()