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

java.lang.Object
  extended by org.apache.geronimo.corba.security.config.tss.TSSTransportMechConfig
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TSSNULLTransportConfig, TSSSECIOPTransportConfig, TSSSSLTransportConfig

public abstract class TSSTransportMechConfig
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TSSTransportMechConfig()
           
 
Method Summary
abstract  Subject check(SSLSession session)
           
static TSSTransportMechConfig decodeIOR(Codec codec, TaggedComponent tc)
           
abstract  TaggedComponent encodeIOR(ORB orb, Codec codec)
           
 List getEntities()
           
abstract  short getRequires()
           
abstract  short getSupports()
           
 boolean isTrustEveryone()
           
 boolean isTrustNoone()
           
 void setTrustEveryone(boolean trustEveryone)
           
 void setTrustNoone(boolean trustNoone)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TSSTransportMechConfig

public TSSTransportMechConfig()
Method Detail

isTrustEveryone

public boolean isTrustEveryone()

setTrustEveryone

public void setTrustEveryone(boolean trustEveryone)

isTrustNoone

public boolean isTrustNoone()

setTrustNoone

public void setTrustNoone(boolean trustNoone)

getEntities

public List getEntities()

getSupports

public abstract short getSupports()

getRequires

public abstract short getRequires()

encodeIOR

public abstract TaggedComponent encodeIOR(ORB orb,
                                          Codec codec)
                                   throws Exception
Throws:
Exception

decodeIOR

public static TSSTransportMechConfig decodeIOR(Codec codec,
                                               TaggedComponent tc)
                                        throws Exception
Throws:
Exception

check

public abstract Subject check(SSLSession session)
                       throws SASException
Throws:
SASException

toString

public String toString()
Overrides:
toString in class Object


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