|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary |
Fields inherited from interface org.apache.geronimo.management.geronimo.SecureConnector |
ALGORITHM_TYPE_IBM, ALGORITHM_TYPE_SUN, KEYSTORE_TYPE_JKS, KEYSTORE_TYPE_PKCS12, SECURE_PROTOCOL_TYPE_SSL, SECURE_PROTOCOL_TYPE_TLS |
Method Summary | |
String |
getTruststoreFileName()
Gets the name of the keystore file that holds the trusted CA certificates used for client certificate authentication. |
String |
getTruststoreType()
Gets the format of the entries in the keystore. |
void |
setTruststoreFileName(String name)
Sets the name of the keystore file that holds the trusted CA certificates used for client certificate authentication. |
void |
setTruststorePassword(String password)
Sets the password used to verify integrity of truststore. |
void |
setTruststoreType(String type)
Sets the format of the entries in the keystore. |
Methods inherited from interface org.apache.geronimo.management.geronimo.SecureConnector |
getAlgorithm, getKeystoreFileName, getKeystoreType, getSecureProtocol, isClientAuthRequired, setAlgorithm, setClientAuthRequired, setKeystoreFileName, setKeystorePassword, setKeystoreType, setSecureProtocol |
Methods inherited from interface org.apache.geronimo.management.geronimo.WebConnector |
getAcceptQueueSize, getBufferSizeBytes, getConnectUrl, getLingerMillis, getMaxThreads, getRedirectPort, isTcpNoDelay, setAcceptQueueSize, setBufferSizeBytes, setLingerMillis, setMaxThreads, setRedirectPort, setTcpNoDelay |
Methods inherited from interface org.apache.geronimo.management.geronimo.NetworkConnector |
getHost, getListenAddress, getPort, getProtocol, setHost, setPort |
Method Detail |
public String getTruststoreFileName()
public void setTruststoreFileName(String name)
public void setTruststorePassword(String password)
public String getTruststoreType()
public void setTruststoreType(String type)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |