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