public class JavaStoreSecurity extends AbstractSecurity
| Constructor and Description |
|---|
JavaStoreSecurity() |
JavaStoreSecurity(boolean sslRequired,
String truststoreLocation,
String truststorePassword,
String keystoreLocation,
String keystorePassword) |
| Modifier and Type | Method and Description |
|---|---|
static JavaStoreSecurity |
createDefault() |
String |
getKeystoreLocation() |
String |
getKeystorePassword() |
String |
getTruststoreLocation() |
String |
getTruststorePassword() |
isSslEnabledpublic String getTruststoreLocation()
public String getTruststorePassword()
public String getKeystoreLocation()
public String getKeystorePassword()
public static JavaStoreSecurity createDefault()
Copyright © 2014–2023. All rights reserved.