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

java.lang.Object
  extended by org.apache.geronimo.corba.security.config.tss.TSSTransportMechConfig
      extended by org.apache.geronimo.corba.security.config.tss.TSSSECIOPTransportConfig
All Implemented Interfaces:
Serializable

public class TSSSECIOPTransportConfig
extends TSSTransportMechConfig

TODO: this class needs to be revisited.

See Also:
Serialized Form

Constructor Summary
TSSSECIOPTransportConfig()
           
TSSSECIOPTransportConfig(TaggedComponent component, Codec codec)
           
 
Method Summary
 Subject check(SSLSession session)
           
 TaggedComponent encodeIOR(ORB orb, Codec codec)
           
 List getAddresses()
           
 String getMechOID()
           
 short getRequires()
           
 short getSupports()
           
 String getTargetName()
           
 void setMechOID(String mechOID)
           
 void setRequires(short requires)
           
 void setSupports(short supports)
           
 void setTargetName(String targetName)
           
 
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

TSSSECIOPTransportConfig

public TSSSECIOPTransportConfig()

TSSSECIOPTransportConfig

public TSSSECIOPTransportConfig(TaggedComponent component,
                                Codec codec)
                         throws Exception
Throws:
Exception
Method Detail

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 © 2003-2007 Apache Software Foundation. All Rights Reserved.