org.apache.geronimo.corba.security.config.tss
Class TSSNULLASMechConfig
java.lang.Object
org.apache.geronimo.corba.security.config.tss.TSSASMechConfig
org.apache.geronimo.corba.security.config.tss.TSSNULLASMechConfig
- All Implemented Interfaces:
- Serializable
public class TSSNULLASMechConfig
- extends TSSASMechConfig
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TSSNULLASMechConfig
public TSSNULLASMechConfig()
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.