Uses of Class
org.omg.CSI.IdentityToken

Packages that use IdentityToken
org.omg.CSI   
 

Uses of IdentityToken in org.omg.CSI
 

Fields in org.omg.CSI declared as IdentityToken
 IdentityToken EstablishContext.identity_token
           
 IdentityToken IdentityTokenHolder.value
           
 

Methods in org.omg.CSI that return IdentityToken
static IdentityToken IdentityTokenHelper.extract(Any a)
           
static IdentityToken IdentityTokenHelper.read(InputStream istream)
           
 

Methods in org.omg.CSI with parameters of type IdentityToken
static void IdentityTokenHelper.insert(Any a, IdentityToken that)
           
static void IdentityTokenHelper.write(OutputStream ostream, IdentityToken value)
           
 

Constructors in org.omg.CSI with parameters of type IdentityToken
EstablishContext(long _client_context_id, AuthorizationElement[] _authorization_token, IdentityToken _identity_token, byte[] _client_authentication_token)
           
IdentityTokenHolder(IdentityToken initialValue)
           
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.