TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.security
Interface ISecureServerParameters


public interface ISecureServerParameters


Method Summary
 boolean clientAuthenticationRequired()
           
 IConnectionHandler getConnectionHandler()
           
 java.lang.String[] getEnabledCipherSuites()
           
 java.lang.String[] getEnabledProtocols()
           
 java.lang.String getKeystoreFileName()
           
 java.lang.String getKeystoreFilepassword()
           
 IKeystoreManager getKeystoreManager()
           
 int getPort()
           
 java.security.Provider getSecurityProvider()
           
 

Method Detail

getPort

public int getPort()

clientAuthenticationRequired

public boolean clientAuthenticationRequired()

getSecurityProvider

public java.security.Provider getSecurityProvider()

getConnectionHandler

public IConnectionHandler getConnectionHandler()

getKeystoreFileName

public java.lang.String getKeystoreFileName()

getKeystoreFilepassword

public java.lang.String getKeystoreFilepassword()

getKeystoreManager

public IKeystoreManager getKeystoreManager()

getEnabledCipherSuites

public java.lang.String[] getEnabledCipherSuites()

getEnabledProtocols

public java.lang.String[] getEnabledProtocols()

TPTP 4.2.0 Platform Project
Public API Specification