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

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

public class TSSGSSUPMechConfig
extends TSSASMechConfig

Version:
$Rev: 445453 $ $Date: 2005-06-08 09:05:54 +0200 (Wed, 08 Jun 2005) $
See Also:
Serialized Form

Constructor Summary
TSSGSSUPMechConfig()
           
TSSGSSUPMechConfig(org.omg.CSIIOP.AS_ContextSec context)
           
 
Method Summary
 Subject check(org.omg.CSI.EstablishContext msg)
           
 org.omg.CSIIOP.AS_ContextSec encodeIOR(ORB orb, Codec codec)
           
 short getRequires()
           
 short getSupports()
           
 String getTargetName()
           
 boolean isRequired()
           
 void setRequired(boolean required)
           
 void setTargetName(String targetName)
           
 
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

TSSGSSUPMechConfig

public TSSGSSUPMechConfig()

TSSGSSUPMechConfig

public TSSGSSUPMechConfig(org.omg.CSIIOP.AS_ContextSec context)
Method Detail

getTargetName

public String getTargetName()

setTargetName

public void setTargetName(String targetName)

isRequired

public boolean isRequired()

setRequired

public void setRequired(boolean required)

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
Specified by:
encodeIOR in class TSSASMechConfig
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.