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

java.lang.Object
  extended by org.apache.geronimo.corba.security.config.tss.TSSTransportMechConfig
      extended by org.apache.geronimo.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.

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()
           
 void toString(String spaces, StringBuffer buf)
           
 
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

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

toString

public void toString(String spaces,
                     StringBuffer buf)


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