public class AppSSLListenerModel extends Object
| Constructor and Description |
|---|
AppSSLListenerModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppliedCiphers() |
List<String> |
getCertIds() |
List<String> |
getClientCertIds() |
String |
getDescription() |
Boolean |
getDualAuth() |
List<String> |
getEncryptionProtocols() |
String |
getEncryptionType() |
Integer |
getListenerPort() |
String |
getScheduler() |
AppSSLListenerModel |
setAppliedCiphers(String appliedCiphers) |
AppSSLListenerModel |
setCertIds(List<String> certIds) |
AppSSLListenerModel |
setClientCertIds(List<String> clientCertIds) |
AppSSLListenerModel |
setDescription(String description) |
AppSSLListenerModel |
setDualAuth(Boolean dualAuth) |
AppSSLListenerModel |
setEncryptionProtocols(List<String> encryptionProtocols) |
AppSSLListenerModel |
setEncryptionType(String encryptionType) |
AppSSLListenerModel |
setListenerPort(Integer listenerPort) |
AppSSLListenerModel |
setScheduler(String scheduler) |
String |
toString() |
public AppSSLListenerModel setListenerPort(Integer listenerPort)
public Integer getListenerPort()
public AppSSLListenerModel setScheduler(String scheduler)
public String getScheduler()
public AppSSLListenerModel setCertIds(List<String> certIds)
public AppSSLListenerModel setEncryptionType(String encryptionType)
public String getEncryptionType()
public AppSSLListenerModel setEncryptionProtocols(List<String> encryptionProtocols)
public AppSSLListenerModel setAppliedCiphers(String appliedCiphers)
public String getAppliedCiphers()
public AppSSLListenerModel setDualAuth(Boolean dualAuth)
public Boolean getDualAuth()
public AppSSLListenerModel setClientCertIds(List<String> clientCertIds)
public AppSSLListenerModel setDescription(String description)
public String getDescription()
Copyright © 2026. All rights reserved.