org.openejb.corba.security.config.tss
Class TSSSECIOPTransportConfig
java.lang.Object
org.openejb.corba.security.config.tss.TSSTransportMechConfig
org.openejb.corba.security.config.tss.TSSSECIOPTransportConfig
- All Implemented Interfaces:
- Serializable
- public class TSSSECIOPTransportConfig
- extends TSSTransportMechConfig
TODO: this class needs to be revisited.
- Version:
- $Rev: 445366 $ $Date: 2005-03-29 05:55:16 +0200 (Tue, 29 Mar 2005) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TSSSECIOPTransportConfig
public TSSSECIOPTransportConfig()
TSSSECIOPTransportConfig
public TSSSECIOPTransportConfig(TaggedComponent component,
Codec codec)
throws Exception
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)
getMechOID
public String getMechOID()
setMechOID
public void setMechOID(String mechOID)
getTargetName
public String getTargetName()
setTargetName
public void setTargetName(String targetName)
getAddresses
public List getAddresses()
encodeIOR
public TaggedComponent encodeIOR(ORB orb,
Codec codec)
throws Exception
- Specified by:
encodeIOR
in class TSSTransportMechConfig
- Throws:
Exception
check
public Subject check(SSLSession session)
throws SASException
- Specified by:
check
in class TSSTransportMechConfig
- Throws:
SASException
Copyright © 1999-2006 OpenEJB. All Rights Reserved.