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

java.lang.Object
  extended by org.apache.geronimo.corba.security.config.tss.TSSASMechConfig
      extended by org.apache.geronimo.corba.security.config.tss.TSSNULLASMechConfig
All Implemented Interfaces:
Serializable

public class TSSNULLASMechConfig
extends TSSASMechConfig

See Also:
Serialized Form

Constructor Summary
TSSNULLASMechConfig()
           
 
Method Summary
 Subject check(org.omg.CSI.EstablishContext msg)
           
 org.omg.CSIIOP.AS_ContextSec encodeIOR(ORB orb, Codec codec)
          Encode a virtually null AS context.
 short getRequires()
           
 short getSupports()
           
 void toString(String spaces, StringBuffer buf)
           
 
Methods inherited from class org.apache.geronimo.corba.security.config.tss.TSSASMechConfig
decodeIOR
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSSNULLASMechConfig

public TSSNULLASMechConfig()
Method Detail

getSupports

public short getSupports()
Specified by:
getSupports in class TSSASMechConfig

getRequires

public short getRequires()
Specified by:
getRequires in class TSSASMechConfig

encodeIOR

public org.omg.CSIIOP.AS_ContextSec encodeIOR(ORB orb,
                                              Codec codec)
                                       throws Exception
Encode a virtually null AS context. Since supports is zero, everything else should be ignored.

Specified by:
encodeIOR in class TSSASMechConfig
Parameters:
orb -
codec -
Returns:
Throws:
Exception

check

public Subject check(org.omg.CSI.EstablishContext msg)
              throws SASException
Specified by:
check in class TSSASMechConfig
Throws:
SASException

toString

public void toString(String spaces,
                     StringBuffer buf)
Specified by:
toString in class TSSASMechConfig


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