org.openejb.corba.security.config.tss
Class TSSNULLTransportConfig
java.lang.Object
org.openejb.corba.security.config.tss.TSSTransportMechConfig
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Copyright © 1999-2006 OpenEJB. All Rights Reserved.