org.openejb.corba.security.config.tss
Class TSSTransportMechConfig
java.lang.Object
org.openejb.corba.security.config.tss.TSSTransportMechConfig
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TSSNULLTransportConfig, TSSSECIOPTransportConfig, TSSSSLTransportConfig
- public abstract class TSSTransportMechConfig
- extends Object
- implements Serializable
- Version:
- $Rev: 445361 $ $Date: 2005-03-28 23:00:21 +0200 (Mon, 28 Mar 2005) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TSSTransportMechConfig
public TSSTransportMechConfig()
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
Copyright © 1999-2006 OpenEJB. All Rights Reserved.