gluu
|
公開メンバ関数 | |
void | init () |
synchronized String | addCertificateFile (UploadedFile uploadedFile, String alias) throws IOException |
synchronized String | addCertificateFile (byte[] certsBytes, String alias) throws IOException |
boolean | isReady () |
KeystoreWrapper | getKeystore () throws Exception |
非公開メンバ関数 | |
String | getConfigurationFilePath () |
void | parse () |
非公開変数類 | |
Logger | log |
SSLService | sslService |
XmlService | xmlService |
String | keystoreFilePath = null |
String | keystoreType = null |
String | keystorePassword |
String | asimbaAias |
String | asimbaAiasPassword |
静的非公開変数類 | |
static final String | PROPERTIES_FILENAME = "asimba.properties" |
static final String | PROPERTIES_FILENAME_PROPERTY = "asimba.properties.file" |
static final String | ASIMBA_XML_CONFIGURATION_PATH = "webapps/asimba/WEB-INF/conf/asimba.xml" |
Asimba XML configuration service.
|
inline |
Add trust certificate file to Asimba's Keystore.
uploadedFile | Certificate file |
alias | Certificate alias |
IOException |
|
inline |
Add trust certificate file to Asimba's Keystore.
certsBytes | Certificates as byte array |
alias | Certificate alias |
IOException |
|
inlineprivate |
Return Asimba XML configuration file path.
|
inline |
|
inline |
|
inline |
|
inlineprivate |
Parse Asimba XML configuration file.
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
Name of the file that contains property-list for configuring server
|
staticprivate |
Name of the system property that specified the asimba.properties file location
|
private |
|
private |