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

java.lang.Object
  extended by 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

Constructor Summary
TSSASMechConfig()
           
 
Method Summary
abstract  Subject check(org.omg.CSI.EstablishContext msg)
           
static TSSASMechConfig decodeIOR(org.omg.CSIIOP.AS_ContextSec context)
           
abstract  org.omg.CSIIOP.AS_ContextSec encodeIOR(ORB orb, Codec codec)
           
abstract  short getRequires()
           
abstract  short getSupports()
           
abstract  void toString(String spaces, StringBuffer buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSSASMechConfig

public TSSASMechConfig()
Method Detail

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.