|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dtw.webmail.util.config.Security
Class encapsulating the secure connection information and setup.
Constructor Summary | |
Security()
|
Method Summary | |
void |
addSocketProperties(java.lang.String protocol,
int port)
|
java.lang.String |
getSecureSocketFactory()
Returns the SocketFactory class to be used for creating secure communication sockets. |
void |
setSecureSocketFactory(java.lang.String factory)
Sets the SocketFactory class to be used for creating secure communication sockets. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Security()
Method Detail |
public java.lang.String getSecureSocketFactory()
public void setSecureSocketFactory(java.lang.String factory)
factory
- the factory class as String.public void addSocketProperties(java.lang.String protocol, int port)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |