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

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

public class TSSGSSUPMechConfig
extends TSSASMechConfig

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)
           
 String toString()
           
 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, 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

toString

public String toString()
Overrides:
toString in class Object

toString

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


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