public class AppServerSecurity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AppServerSecurity.Keystore
A nested class which defines the keystore configurations for Application Server.
|
static class |
AppServerSecurity.Truststore
A nested class which defines the trust store configurations for Application Server.
|
| Constructor and Description |
|---|
AppServerSecurity() |
| Modifier and Type | Method and Description |
|---|---|
AppServerSecurity.Keystore |
getKeystore() |
AppServerSecurity.Truststore |
getTruststore() |
void |
setKeystore(AppServerSecurity.Keystore keystore) |
void |
setTruststore(AppServerSecurity.Truststore truststore) |
public AppServerSecurity.Keystore getKeystore()
public void setKeystore(AppServerSecurity.Keystore keystore)
public AppServerSecurity.Truststore getTruststore()
public void setTruststore(AppServerSecurity.Truststore truststore)
Copyright © 2016 WSO2. All rights reserved.