| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
This interface represents the client side security configurations. User can call ClientSecurityConfigurationFactory.getClientSecurityConfiguration() to get a ClientSecurityConfiguration instance.
Users are not recommended to implement this interface in case more access methods
are added in future releases.
See Also:
Method Summary | |
---|---|
public
int | getAuthenticationRetryCount()
|
public
void | setAuthenticationRetryCount(int)
set the authentication retry count. The default value is .
|
public
int | getTransportType()
|
public
int | getClientCertificateAuthentication()
|
public
boolean | isSecurityEnabled()
|
public
boolean | isSingleSignOnEnabled()
|
public
void | setClientCertificateAuthentication(int)
|
public
void | setTransportType(int)
|
public
void | setSecurityEnabled(boolean)
|
public
void | setSingleSignOnEnabled(boolean)
Set whether single sign on is enabled.
|
public
SSLConfiguration | getSSLConfiguration()
Get the SSLConfiguration object associated with this client.
|
public
void | setSSLConfiguration(com.ibm.websphere.objectgrid.security.config.SSLConfiguration)
Set the SSLConfiguration object associated with this client.
|
public
int | getCredentialAuthenticationType()
This methods returns the custom authentication mode. A custom authentication.
|
public
void | setCredentialAuthenticationType(int)
This methods can used to set the basic authentication mode. A basic .
|
public
void | setCredentialGenerator(com.ibm.websphere.objectgrid.security.plugins.CredentialGenerator)
Set the CredentialGenerator object for this client.
|
public
CredentialGenerator | getCredentialGenerator()
Get the CredentialGenerator object for this client.
|
Method Detail |
public int getAuthenticationRetryCount( | ) |
public void setAuthenticationRetryCount( | int authenticationRetryCount )
|
authenticationRetryCount
-
the authentication retry count
public int getTransportType( | ) |
TCP_IPSSL_SUPPORTEDSSL_REQUIRED
public int getClientCertificateAuthentication( | ) |
CLIENT_CERTIFICATE_AUTHENTICATION_NEVERCLIENT_CERTIFICATE_AUTHENTICATION_SUPPORTEDCLIENT_CERTIFICATE_AUTHENTICATION_REQUIRED
public boolean isSecurityEnabled( | ) |
public boolean isSingleSignOnEnabled( | ) |
public void setClientCertificateAuthentication( | int clientCertAuthen )
|
CLIENT_CERTIFICATE_AUTHENTICATION_NEVERCLIENT_CERTIFICATE_AUTHENTICATION_SUPPORTEDCLIENT_CERTIFICATE_AUTHENTICATION_REQUIRED
clientCertAuthen
-
the client ceritificate authentication type
public void setTransportType( | int type )
|
TCP_IPSSL_SUPPORTEDSSL_REQUIRED
type
-
the transport type
public void setSecurityEnabled( | boolean isSecurityEnabled )
|
public void setSingleSignOnEnabled( | boolean enabled )
|
enabled
-
whether single sign on is enabled for this client or not.
public SSLConfiguration getSSLConfiguration( | ) |
public void setSSLConfiguration( | SSLConfiguration sslConfig )
|
sslConfig
-
the SSL setting for this client.
public int getCredentialAuthenticationType( | ) |
CREDENTIAL_AUTHENTICATION_NEVERCREDENTIAL_AUTHENTICATION_SUPPORTEDCREDENTIAL_AUTHENTICATION_REQUIRED
public void setCredentialAuthenticationType( | int credAuthen )
|
CREDENTIAL_AUTHENTICATION_NEVERCREDENTIAL_AUTHENTICATION_SUPPORTEDCREDENTIAL_AUTHENTICATION_REQUIRED
credAuthen
-
the basic authentication mode
public void setCredentialGenerator( | CredentialGenerator generator )
|
generator
-
the CredentialGenerator object associated with this client
public CredentialGenerator getCredentialGenerator( | ) |
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |