org.openejb.corba.security.config.tss
Class TSSNULLTransportConfig

java.lang.Object
  extended byorg.openejb.corba.security.config.tss.TSSTransportMechConfig
      extended byorg.openejb.corba.security.config.tss.TSSNULLTransportConfig
All Implemented Interfaces:
Serializable

public class TSSNULLTransportConfig
extends TSSTransportMechConfig

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

Version:
$Rev: 445480 $ $Date: 2005-06-22 10:19:24 +0200 (Wed, 22 Jun 2005) $
See Also:
Serialized Form

Constructor Summary
TSSNULLTransportConfig()
           
 
Method Summary
 Subject check(SSLSession session)
          Returns null subject, since the transport layer can not establish the subject.
 TaggedComponent encodeIOR(ORB orb, Codec codec)
           
 short getRequires()
           
 short getSupports()
           
 
Methods inherited from class org.openejb.corba.security.config.tss.TSSTransportMechConfig
decodeIOR, getEntities, isTrustEveryone, isTrustNoone, setTrustEveryone, setTrustNoone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSSNULLTransportConfig

public TSSNULLTransportConfig()
Method Detail

getSupports

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

getRequires

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

encodeIOR

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

check

public Subject check(SSLSession session)
              throws SASException
Returns null subject, since the transport layer can not establish the subject.

Specified by:
check in class TSSTransportMechConfig
Parameters:
session -
Returns:
Throws:
SASException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.