com.collation.platform.model.topology.app.j2ee.weblogic
Interface WebLogicSSLSettings
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, SSLSettings
public interface WebLogicSSLSettings
- extends SSLSettings
SSL Settings for a WebLogic Server
- Naming Rules:
- 0="parent"
- Persistable:
- true
- Table Name:
- WLSSSL
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
WebLogicServer getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.ConfiguredUsing"
reverse="true"
setParent
void setParent(WebLogicServer parent)
hasParent
boolean hasParent()
getCertAuthenticator
java.lang.String getCertAuthenticator()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setCertAuthenticator
void setCertAuthenticator(java.lang.String s)
hasCertAuthenticator
boolean hasCertAuthenticator()
getExportKeyLifespan
int getExportKeyLifespan()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setExportKeyLifespan
void setExportKeyLifespan(int i)
hasExportKeyLifespan
boolean hasExportKeyLifespan()
getHostnameVerifier
java.lang.String getHostnameVerifier()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setHostnameVerifier
void setHostnameVerifier(java.lang.String s)
hasHostnameVerifier
boolean hasHostnameVerifier()
getLoginTimeoutMillis
int getLoginTimeoutMillis()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setLoginTimeoutMillis
void setLoginTimeoutMillis(int i)
hasLoginTimeoutMillis
boolean hasLoginTimeoutMillis()
getServerCertificateChainFileName
java.lang.String getServerCertificateChainFileName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setServerCertificateChainFileName
void setServerCertificateChainFileName(java.lang.String s)
hasServerCertificateChainFileName
boolean hasServerCertificateChainFileName()
getClientCeritificateEnforced
boolean getClientCeritificateEnforced()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setClientCeritificateEnforced
void setClientCeritificateEnforced(boolean b)
hasClientCeritificateEnforced
boolean hasClientCeritificateEnforced()
getHandlerEnabled
boolean getHandlerEnabled()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setHandlerEnabled
void setHandlerEnabled(boolean b)
hasHandlerEnabled
boolean hasHandlerEnabled()
getHostnameVerificationIgnored
boolean getHostnameVerificationIgnored()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setHostnameVerificationIgnored
void setHostnameVerificationIgnored(boolean b)
hasHostnameVerificationIgnored
boolean hasHostnameVerificationIgnored()
getKeyEncrypted
boolean getKeyEncrypted()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setKeyEncrypted
void setKeyEncrypted(boolean b)
hasKeyEncrypted
boolean hasKeyEncrypted()
getTwoWaySslEnabled
boolean getTwoWaySslEnabled()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTwoWaySslEnabled
void setTwoWaySslEnabled(boolean b)
hasTwoWaySslEnabled
boolean hasTwoWaySslEnabled()
getUseJava
boolean getUseJava()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setUseJava
void setUseJava(boolean b)
hasUseJava
boolean hasUseJava()