org.apache.geronimo.corba.security.config.tss
Class TSSASMechConfig
java.lang.Object
org.apache.geronimo.corba.security.config.tss.TSSASMechConfig
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TSSGSSUPMechConfig, TSSNULLASMechConfig
public abstract class TSSASMechConfig
- extends Object
- implements Serializable
- 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
toString
public abstract void toString(String spaces,
StringBuffer buf)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.