com.collation.platform.model.topology.app.lotus
Interface SSLSettings
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface SSLSettings
- extends LogicalElement
- Naming Rules:
- 0="parent,keyFile"
- Persistable:
- true
- Table Name:
- SSLSTNG
- Display Name:
- keyFile
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 |
setParent
void setParent(DominoServer server)
getParent
DominoServer getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.ConfiguredUsing"
reverse="true"
hasParent
boolean hasParent()
setKeyFile
void setKeyFile(java.lang.String keyFile)
getKeyFile
java.lang.String getKeyFile()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasKeyFile
boolean hasKeyFile()
setSSLProtocolVersion
void setSSLProtocolVersion(java.lang.String ver)
getSSLProtocolVersion
java.lang.String getSSLProtocolVersion()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasSSLProtocolVersion
boolean hasSSLProtocolVersion()
setAcceptSSLSiteCertificates
void setAcceptSSLSiteCertificates(java.lang.String ssl)
getAcceptSSLSiteCertificates
java.lang.String getAcceptSSLSiteCertificates()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasAcceptSSLSiteCertificates
boolean hasAcceptSSLSiteCertificates()
setExpiredSSLSiteCertificates
void setExpiredSSLSiteCertificates(java.lang.String ssl)
getExpiredSSLSiteCertificates
java.lang.String getExpiredSSLSiteCertificates()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasExpiredSSLSiteCertificates
boolean hasExpiredSSLSiteCertificates()