| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
java.lang.Object
|
+--com.ibm.websphere.objectgrid.security.config.ServerSecurityConfigurationFactory
ServerSecurityConfigurationServerSSLConfiguration
Constructor Summary | |
---|---|
ServerSecurityConfigurationFactory()
|
Method Summary | |
---|---|
public
ServerSecurityConfiguration | getServerSecurityConfiguration()
Get a ServerSecurityConfiguration instance.
|
public
ServerSSLConfiguration | getServerSSLConfiguration()
Get a ServerSSLConfiguration instance.
|
public
ServerSSLConfiguration | getServerSSLConfiguration(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean)
Get a ServerSSLConfiguration instance with provided values.
|
public
SecureTokenConfiguration | getSecureTokenConfiguration()
Get an SecureTokenConfiguration instance.
SecureTokenConfiguration
|
public
SecureTokenConfiguration | getSecureTokenConfiguration(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
Get an instance of SecureTokenConfiguration with provided values.
SecureTokenConfiguration
|
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServerSecurityConfigurationFactory( | ) |
Method Detail |
public ServerSecurityConfiguration getServerSecurityConfiguration( | ) |
public ServerSSLConfiguration getServerSSLConfiguration( | ) |
public ServerSSLConfiguration getServerSSLConfiguration( | String alias , | String protocol ,
| String jsseProvider ,
| String keyFileName ,
| String keyFileFormat ,
| String keyFilePassword ,
| String trustFileName ,
| String trustFileFormat ,
| String trustFilePassword ,
| boolean isClientAuthentication )
|
alias
-
the SSL alias
protocol
-
the SSL protocol
jsseProvider
-
the JSSE provider
keyFileName
-
the key file path name
keyFileFormat
-
the key file format
keyFilePassword
-
the key file password
trustFileName
-
the trust file name
trustFileFormat
-
the trust file format
trustFilePassword
-
the trust file password
isClientAuthentication
-
whether the client needs to be authenticated
public SecureTokenConfiguration getSecureTokenConfiguration( | ) |
public SecureTokenConfiguration getSecureTokenConfiguration( | String ksFileName , | String ksPassword ,
| String ksType ,
| String kpAlias ,
| String kpPassword ,
| String skAlias ,
| String skPassword ,
| String signAlg ,
| String cipherAlg )
|
ksFileName
-
the key store file name
ksPassword
-
the password to protect the key store
ksType
-
the key store type
kpAlias
-
the key pair alias
kpPassword
-
the key pair password
skAlias
-
the secret key alias
skPassword
-
the secret key password
signAlg
-
the sign algorithm
cipherAlg
-
the cipher algorithm used for encryption/devryption
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |