|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A config interface for HTTPS server.
Method Summary | |
java.lang.String |
getAlias()
Gets alias of the server. |
boolean |
getNeedsClientAuth()
Returns the boolean value that specifies whether SSL server requires client authentication. |
java.lang.String |
getPassword()
Gets a password of the alias. |
void |
setAlias(java.lang.String alias)
Sets alias of the server to the given string. |
void |
setNeedsClientAuth(boolean needsClientAuth)
Specifies whether SSL server requires client authentication |
void |
setPassword(java.lang.String password)
Sets a password of the alias. |
Methods inherited from interface org.idoox.transport.config.HttpServerConfig |
getContextPath, getHostName, getMaxIdleTime, getMaxReadTime, getMaxThreads, getMinThreads, getPort, setContextPath, setHostName, setMaxIdleTime, setMaxReadTime, setMaxThreads, setMinThreads, setPort |
Methods inherited from interface org.idoox.transport.config.TransportConfig |
getClassName, getClassSpaceName, getDefaultServer, getName, getPreload, getScheme, setClassName, setClassSpaceName, setDefaultServer, setName, setPreload, setScheme |
Method Detail |
public java.lang.String getAlias()
public void setAlias(java.lang.String alias)
alias
- of the serverpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- the passwordpublic void setNeedsClientAuth(boolean needsClientAuth)
needsClientAuth
- specifies whether SSL server requires client authenticationpublic boolean getNeedsClientAuth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |