public interface Transport
String getName()
void setName(String str)
String getProtocol()
void setProtocol(String str)
String getSocketBinding()
void setSocketBinding(String str)
Integer getMaxSocketThreads()
void setMaxSocketThreads(Integer i)
String getAuthenticationDomain()
void setAuthenticationDomain(String str)
Integer getMaxSessionsAllowed()
void setMaxSessionsAllowed(Integer i)
Integer getSessionExpirationTime()
void setSessionExpirationTime(Integer i)
Boolean isSslEnabled()
void setSslEnabled(Boolean b)
String getSslMode()
void setSslMode(String str)
String getSslAuthMode()
void setSslAuthMode(String str)
String getSslProtocol()
void setSslProtocol(String str)
String getKeyManagementAlgorithm()
void setKeyManagementAlgorithm(String str)
String getEnabledCipherSuites()
void setEnabledCipherSuites(String str)
String getKeystoreName()
void setKeystoreName(String str)
String getKeystorePassword()
void setKeystorePassword(String str)
String getKeystoreType()
void setKeystoreType(String str)
String getTruststoreName()
void setTruststoreName(String str)
String getTruststorePassword()
void setTruststorePassword(String str)
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.