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

java.lang.Object
  extended by org.apache.geronimo.corba.security.config.tss.TSSSASMechConfig
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TSSX509AttributeCertChain

public class TSSSASMechConfig
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TSSSASMechConfig()
           
TSSSASMechConfig(org.omg.CSIIOP.SAS_ContextSec context)
           
 
Method Summary
 void addIdentityToken(TSSSASIdentityToken token)
           
 void addServiceConfigurationConfig(TSSServiceConfigurationConfig config)
           
 Subject check(org.omg.CSI.EstablishContext msg)
           
 org.omg.CSIIOP.SAS_ContextSec encodeIOR(ORB orb, Codec codec)
           
protected  String getName()
           
 short getRequires()
           
 short getSupports()
           
 boolean isRequired()
           
 int paSize()
           
 TSSServiceConfigurationConfig serviceConfigurationAt(int i)
           
 void setRequired(boolean required)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TSSSASMechConfig

public TSSSASMechConfig()

TSSSASMechConfig

public TSSSASMechConfig(org.omg.CSIIOP.SAS_ContextSec context)
                 throws Exception
Throws:
Exception
Method Detail

addServiceConfigurationConfig

public void addServiceConfigurationConfig(TSSServiceConfigurationConfig config)

serviceConfigurationAt

public TSSServiceConfigurationConfig serviceConfigurationAt(int i)

paSize

public int paSize()

addIdentityToken

public void addIdentityToken(TSSSASIdentityToken token)

getSupports

public short getSupports()

getRequires

public short getRequires()

isRequired

public boolean isRequired()

setRequired

public void setRequired(boolean required)

encodeIOR

public org.omg.CSIIOP.SAS_ContextSec encodeIOR(ORB orb,
                                               Codec codec)
                                        throws Exception
Throws:
Exception

check

public Subject check(org.omg.CSI.EstablishContext msg)
              throws SASException
Throws:
SASException

toString

public String toString()
Overrides:
toString in class Object

getName

protected String getName()


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