Uses of Class
org.apache.geronimo.corba.xbeans.csiv2.tss.TSSAssociationOption.Enum

Packages that use TSSAssociationOption.Enum
org.apache.geronimo.corba.xbeans.csiv2.tss   
 

Uses of TSSAssociationOption.Enum in org.apache.geronimo.corba.xbeans.csiv2.tss
 

Fields in org.apache.geronimo.corba.xbeans.csiv2.tss declared as TSSAssociationOption.Enum
static TSSAssociationOption.Enum TSSAssociationOption.COMPOSITE_DELEGATION
           
static TSSAssociationOption.Enum TSSAssociationOption.CONFIDENTIALITY
           
static TSSAssociationOption.Enum TSSAssociationOption.DELEGATION_BY_CLIENT
           
static TSSAssociationOption.Enum TSSAssociationOption.DETECT_MISORDERING
           
static TSSAssociationOption.Enum TSSAssociationOption.DETECT_REPLAY
           
static TSSAssociationOption.Enum TSSAssociationOption.ESTABLISH_TRUST_IN_CLIENT
           
static TSSAssociationOption.Enum TSSAssociationOption.ESTABLISH_TRUST_IN_TARGET
           
static TSSAssociationOption.Enum TSSAssociationOption.IDENTITY_ASSERTION
           
static TSSAssociationOption.Enum TSSAssociationOption.INTEGRITY
           
static TSSAssociationOption.Enum TSSAssociationOption.NO_DELEGATION
           
static TSSAssociationOption.Enum TSSAssociationOption.NO_PROTECTION
           
static TSSAssociationOption.Enum TSSAssociationOption.SIMPLE_DELEGATION
           
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss that return TSSAssociationOption.Enum
static TSSAssociationOption.Enum TSSAssociationOption.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static TSSAssociationOption.Enum TSSAssociationOption.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.