TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.security
Class SecurityParameters

java.lang.Object
  extended byorg.eclipse.hyades.execution.security.SecurityParameters
All Implemented Interfaces:
ISecureClientParameters

public class SecurityParameters
extends java.lang.Object
implements ISecureClientParameters


Constructor Summary
SecurityParameters()
           
 
Method Summary
 void disableServerAuthentication()
           
 void enableServerAuthentication()
           
 java.lang.String[] getEnabledCipherSuites()
           
 java.lang.String[] getEnabledProtocols()
           
 java.lang.String getKeystoreFileName()
           
 java.lang.String getKeystoreFilepassword()
           
 IKeystoreManager getKeystoreManager()
           
 boolean getRequiresServerAuthentication()
           
 java.security.Provider getSecurityProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityParameters

public SecurityParameters()
Method Detail

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

TPTP 4.2.0 Platform Project
Public API Specification