org.openejb.corba.security.config.tss
Class TSSNULLASMechConfig

java.lang.Object
  extended byorg.openejb.corba.security.config.tss.TSSASMechConfig
      extended byorg.openejb.corba.security.config.tss.TSSNULLASMechConfig
All Implemented Interfaces:
Serializable

public class TSSNULLASMechConfig
extends TSSASMechConfig

Version:
$Rev: 445423 $ $Date: 2005-04-23 20:44:30 +0200 (Sat, 23 Apr 2005) $
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()
           
 
Methods inherited from class org.openejb.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


Copyright © 1999-2006 OpenEJB. All Rights Reserved.