Uses of Class
org.omg.CSIIOP.CompoundSecMechList

Packages that use CompoundSecMechList
org.jacorb.security.sas   
org.omg.CSIIOP   
 

Uses of CompoundSecMechList in org.jacorb.security.sas
 

Methods in org.jacorb.security.sas with parameters of type CompoundSecMechList
 byte[] JsseContext.createClientContext(ORB orb, Codec codec, CompoundSecMechList csmList)
           
 IdentityToken JsseContext.createIdentityToken(ORB orb, Codec codec, CompoundSecMechList csmList)
           
 byte[] NullContext.createClientContext(ORB orb, Codec codec, CompoundSecMechList csmList)
           
 byte[] KerberosContext.createClientContext(ORB orb, Codec codec, CompoundSecMechList csmList)
           
 byte[] GssUpContext.createClientContext(ORB orb, Codec codec, CompoundSecMechList csmList)
           
protected  AuthorizationElement[] SASClientInterceptor.getATLASTokens(ORB orb, CompoundSecMechList csmList)
           
 byte[] ISASContext.createClientContext(ORB orb, Codec codec, CompoundSecMechList csmList)
           
 

Uses of CompoundSecMechList in org.omg.CSIIOP
 

Fields in org.omg.CSIIOP declared as CompoundSecMechList
 CompoundSecMechList CompoundSecMechListHolder.value
           
 

Methods in org.omg.CSIIOP that return CompoundSecMechList
static CompoundSecMechList CompoundSecMechListHelper.extract(Any any)
           
static CompoundSecMechList CompoundSecMechListHelper.read(InputStream in)
           
 

Methods in org.omg.CSIIOP with parameters of type CompoundSecMechList
static void CompoundSecMechListHelper.insert(Any any, CompoundSecMechList s)
           
static void CompoundSecMechListHelper.write(OutputStream out, CompoundSecMechList s)
           
 

Constructors in org.omg.CSIIOP with parameters of type CompoundSecMechList
CompoundSecMechListHolder(CompoundSecMechList initial)