org.openejb.corba.security.config.tss
Class TSSASMechConfig
java.lang.Object
org.openejb.corba.security.config.tss.TSSASMechConfig
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TSSGSSUPMechConfig, TSSNULLASMechConfig
- public abstract class TSSASMechConfig
- extends Object
- implements Serializable
- Version:
- $Rev: 445423 $ $Date: 2005-04-23 20:44:30 +0200 (Sat, 23 Apr 2005) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TSSASMechConfig
public TSSASMechConfig()
getSupports
public abstract short getSupports()
getRequires
public abstract short getRequires()
encodeIOR
public abstract org.omg.CSIIOP.AS_ContextSec encodeIOR(ORB orb,
Codec codec)
throws Exception
- Throws:
Exception
decodeIOR
public static TSSASMechConfig decodeIOR(org.omg.CSIIOP.AS_ContextSec context)
check
public abstract Subject check(org.omg.CSI.EstablishContext msg)
throws SASException
- Throws:
SASException
Copyright © 1999-2006 OpenEJB. All Rights Reserved.