Jwma

dtw.webmail.util.config
Class Security

java.lang.Object
  |
  +--dtw.webmail.util.config.Security
All Implemented Interfaces:
java.io.Serializable

public class Security
extends java.lang.Object
implements java.io.Serializable

Class encapsulating the secure connection information and setup.

Version:
(created Feb 27, 2003)
Author:
Dieter Wimberger (wimpi)
See Also:
Serialized Form

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

Security

public Security()
Method Detail

getSecureSocketFactory

public java.lang.String getSecureSocketFactory()
Returns the SocketFactory class to be used for creating secure communication sockets.

Returns:
the factory class as String.

setSecureSocketFactory

public void setSecureSocketFactory(java.lang.String factory)
Sets the SocketFactory class to be used for creating secure communication sockets.

Parameters:
factory - the factory class as String.

addSocketProperties

public void addSocketProperties(java.lang.String protocol,
                                int port)

Jwma

Copyright © 2000-2003 jwma team (All Rights Reserved.)