org.apache.geronimo.corba.security.config.tss
Class TSSNULLTransportConfig
java.lang.Object
org.apache.geronimo.corba.security.config.tss.TSSTransportMechConfig
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
TSSNULLTransportConfig
public TSSNULLTransportConfig()
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-2008 The Apache Geronimo development community. All Rights Reserved.