org.apache.geronimo.corba.security.config.tss
Class TSSSSLTransportConfig

java.lang.Object
  extended by org.apache.geronimo.corba.security.config.tss.TSSTransportMechConfig
      extended by org.apache.geronimo.corba.security.config.tss.TSSSSLTransportConfig
All Implemented Interfaces:
Serializable

public class TSSSSLTransportConfig
extends TSSTransportMechConfig

At the moment, this config class can only handle a single address.

See Also:
Serialized Form

Constructor Summary
TSSSSLTransportConfig()
           
TSSSSLTransportConfig(TaggedComponent component, Codec codec)
           
 
Method Summary
 Subject check(SSLSession session)
           
 TaggedComponent encodeIOR(ORB orb, Codec codec)
           
 short getHandshakeTimeout()
           
 String getHostname()
           
 short getPort()
           
 short getRequires()
           
 short getSupports()
           
 void setHandshakeTimeout(short handshakeTimeout)
           
 void setHostname(String hostname)
           
 void setPort(short port)
           
 void setRequires(short requires)
           
 void setSupports(short supports)
           
 
Methods inherited from class org.apache.geronimo.corba.security.config.tss.TSSTransportMechConfig
decodeIOR, getEntities, isTrustEveryone, isTrustNoone, setTrustEveryone, setTrustNoone, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TSSSSLTransportConfig

public TSSSSLTransportConfig()

TSSSSLTransportConfig

public TSSSSLTransportConfig(TaggedComponent component,
                             Codec codec)
                      throws UserException
Throws:
UserException
Method Detail

getPort

public short getPort()

setPort

public void setPort(short port)

getHostname

public String getHostname()

setHostname

public void setHostname(String hostname)

getHandshakeTimeout

public short getHandshakeTimeout()

setHandshakeTimeout

public void setHandshakeTimeout(short handshakeTimeout)

getSupports

public short getSupports()
Specified by:
getSupports in class TSSTransportMechConfig

setSupports

public void setSupports(short supports)

getRequires

public short getRequires()
Specified by:
getRequires in class TSSTransportMechConfig

setRequires

public void setRequires(short requires)

encodeIOR

public TaggedComponent encodeIOR(ORB orb,
                                 Codec codec)
Specified by:
encodeIOR in class TSSTransportMechConfig

check

public Subject check(SSLSession session)
              throws SASException
Specified by:
check in class TSSTransportMechConfig
Throws:
SASException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.