Uses of Class
org.omg.CSI.IdentityToken

Packages that use IdentityToken
org.jacorb.security.sas   
org.omg.ATLAS   
org.omg.CSI   
 

Uses of IdentityToken in org.jacorb.security.sas
 

Methods in org.jacorb.security.sas that return IdentityToken
 IdentityToken JsseContext.createIdentityToken(ClientRequestInfo ri, CompoundSecMechList csmList)
           
 

Methods in org.jacorb.security.sas with parameters of type IdentityToken
protected  Any SASClientInterceptor.makeEstablishContext(ORB orb, long client_context_id, AuthorizationElement[] authorization_token, IdentityToken identity_token, byte[] client_authentication_token)
           
 

Uses of IdentityToken in org.omg.ATLAS
 

Fields in org.omg.ATLAS declared as IdentityToken
 IdentityToken[] IdTokenOptionHolder.value
           
 IdentityToken[] AuthTokenData.ident_token
           
 

Methods in org.omg.ATLAS that return IdentityToken
static IdentityToken[] IdTokenOptionHelper.extract(Any any)
           
static IdentityToken[] IdTokenOptionHelper.read(InputStream _in)
           
 

Methods in org.omg.ATLAS with parameters of type IdentityToken
 AuthTokenData _AuthTokenDispenserStub.translate_authorization_token(IdentityToken the_subject, AuthorizationElement[] the_token)
           
static void IdTokenOptionHelper.insert(Any any, IdentityToken[] s)
           
static void IdTokenOptionHelper.write(OutputStream _out, IdentityToken[] _s)
           
 AuthTokenData AuthTokenDispenserPOATie.translate_authorization_token(IdentityToken the_subject, AuthorizationElement[] the_token)
           
 AuthTokenData AuthTokenDispenserOperations.translate_authorization_token(IdentityToken the_subject, AuthorizationElement[] the_token)
           
 

Constructors in org.omg.ATLAS with parameters of type IdentityToken
IdTokenOptionHolder(IdentityToken[] initial)
           
AuthTokenData(IdentityToken[] ident_token, AuthorizationElement[] auth_token, UtcT[] expiry_time)
           
 

Uses of IdentityToken in org.omg.CSI
 

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

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

Methods in org.omg.CSI with parameters of type IdentityToken
static void IdentityTokenHelper.insert(Any any, IdentityToken s)
           
static void IdentityTokenHelper.write(OutputStream out, IdentityToken s)
           
 

Constructors in org.omg.CSI with parameters of type IdentityToken
IdentityTokenHolder(IdentityToken initial)
           
EstablishContext(long client_context_id, AuthorizationElement[] authorization_token, IdentityToken identity_token, byte[] client_authentication_token)