com.collation.platform.model.topology.app.web.apache
Interface ApacheGlobalSSLSettings
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface ApacheGlobalSSLSettings
- extends LogicalElement
Represents Apache specific SSL settings for the overall server.
- Naming Rules:
- 0="parent"
- Persistable:
- true
- Table Name:
- APCHGSSL
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
ApacheWebContainer getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
setParent
void setParent(ApacheWebContainer parent)
hasParent
boolean hasParent()
getPassPhraseDialog
java.lang.String getPassPhraseDialog()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPassPhraseDialog
void setPassPhraseDialog(java.lang.String passPhraseDialog)
hasPassPhraseDialog
boolean hasPassPhraseDialog()
getMutex
java.lang.String getMutex()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMutex
void setMutex(java.lang.String mutex)
hasMutex
boolean hasMutex()
getSessionCache
java.lang.String getSessionCache()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSessionCache
void setSessionCache(java.lang.String sessionCache)
hasSessionCache
boolean hasSessionCache()
getStartupRandomSeed
java.lang.String getStartupRandomSeed()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setStartupRandomSeed
void setStartupRandomSeed(java.lang.String randomSeed)
hasStartupRandomSeed
boolean hasStartupRandomSeed()
getConnectRandomSeed
java.lang.String getConnectRandomSeed()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setConnectRandomSeed
void setConnectRandomSeed(java.lang.String randomSeed)
hasConnectRandomSeed
boolean hasConnectRandomSeed()