org.eclipse.hyades.execution.security
Class SecurityParameters
java.lang.Object
org.eclipse.hyades.execution.security.SecurityParameters
- All Implemented Interfaces:
- ISecureClientParameters
- public class SecurityParameters
- extends java.lang.Object
- implements ISecureClientParameters
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityParameters
public SecurityParameters()
getSecurityProvider
public java.security.Provider getSecurityProvider()
- Specified by:
getSecurityProvider in interface ISecureClientParameters
getKeystoreFileName
public java.lang.String getKeystoreFileName()
- Specified by:
getKeystoreFileName in interface ISecureClientParameters
getKeystoreFilepassword
public java.lang.String getKeystoreFilepassword()
- Specified by:
getKeystoreFilepassword in interface ISecureClientParameters
getKeystoreManager
public IKeystoreManager getKeystoreManager()
- Specified by:
getKeystoreManager in interface ISecureClientParameters
getEnabledCipherSuites
public java.lang.String[] getEnabledCipherSuites()
- Specified by:
getEnabledCipherSuites in interface ISecureClientParameters
getEnabledProtocols
public java.lang.String[] getEnabledProtocols()
- Specified by:
getEnabledProtocols in interface ISecureClientParameters
getRequiresServerAuthentication
public boolean getRequiresServerAuthentication()
- Specified by:
getRequiresServerAuthentication in interface ISecureClientParameters
disableServerAuthentication
public void disableServerAuthentication()
- Specified by:
disableServerAuthentication in interface ISecureClientParameters
enableServerAuthentication
public void enableServerAuthentication()
- Specified by:
enableServerAuthentication in interface ISecureClientParameters