|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISecurityProperties
| Field Summary | |
|---|---|
static String |
WSRF_SSL
property defining whether SSL is enabled |
static String |
WSRF_SSL_CLIENTAUTH
property defining whether SSL is client authenticated |
static String |
WSRF_SSL_KEYALIAS
property defining the alias of the key to use |
static String |
WSRF_SSL_KEYPASS
property defining the SSL keystore password |
static String |
WSRF_SSL_KEYSTORE
property defining the SSL keystore |
static String |
WSRF_SSL_KEYTYPE
property defining the SSL keystore type (e.g. |
static String |
WSRF_SSL_TRUSTPASS
property defining the SSL trust tore password |
static String |
WSRF_SSL_TRUSTSTORE
property defining the SSL trust store |
static String |
WSRF_SSL_TRUSTTYPE
property defining the SSL trust store type (e.g. |
| Method Summary | |
|---|---|
ISecurityProperties |
clone()
|
String |
getKeystore()
retrieve the keystore location |
String |
getKeystoreAlias()
retrieve alias to use |
String |
getKeystorePassword()
retrieve the keystore password |
String |
getKeystoreType()
retrieve the keystore type |
String |
getTruststore()
retrieve the keystore location |
String |
getTruststorePassword()
retrieve the keystore password |
String |
getTruststoreType()
retrieve the keystore type |
boolean |
isSslClientAuthenticated()
returns true if SSL client authentication mode is enabled. |
boolean |
isSslEnabled()
returns true if SSL mode is enabled. |
| Field Detail |
|---|
static final String WSRF_SSL
static final String WSRF_SSL_CLIENTAUTH
static final String WSRF_SSL_KEYSTORE
static final String WSRF_SSL_KEYPASS
static final String WSRF_SSL_KEYTYPE
static final String WSRF_SSL_KEYALIAS
static final String WSRF_SSL_TRUSTSTORE
static final String WSRF_SSL_TRUSTPASS
static final String WSRF_SSL_TRUSTTYPE
| Method Detail |
|---|
boolean isSslEnabled()
boolean isSslClientAuthenticated()
String getKeystore()
String getKeystoreType()
String getKeystorePassword()
String getKeystoreAlias()
String getTruststore()
String getTruststoreType()
String getTruststorePassword()
ISecurityProperties clone()
throws CloneNotSupportedException
CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||