Uses of Class
org.omg.CSI.AuthorizationElement

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

Uses of AuthorizationElement in org.jacorb.security.sas
 

Methods in org.jacorb.security.sas that return AuthorizationElement
protected  AuthorizationElement[] SASClientInterceptor.getATLASTokens(ORB orb, CompoundSecMechList csmList)
           
 

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

Uses of AuthorizationElement in org.omg.ATLAS
 

Fields in org.omg.ATLAS declared as AuthorizationElement
 AuthorizationElement[] AuthTokenData.auth_token
           
 

Methods in org.omg.ATLAS with parameters of type AuthorizationElement
 AuthTokenData _AuthTokenDispenserStub.translate_authorization_token(IdentityToken the_subject, AuthorizationElement[] the_token)
           
 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 AuthorizationElement
AuthTokenData(IdentityToken[] ident_token, AuthorizationElement[] auth_token, UtcT[] expiry_time)
           
 

Uses of AuthorizationElement in org.omg.CSI
 

Fields in org.omg.CSI declared as AuthorizationElement
 AuthorizationElement[] EstablishContext.authorization_token
           
 AuthorizationElement[] AuthorizationTokenHolder.value
           
 AuthorizationElement AuthorizationElementHolder.value
           
 

Methods in org.omg.CSI that return AuthorizationElement
static AuthorizationElement[] AuthorizationTokenHelper.extract(Any any)
           
static AuthorizationElement[] AuthorizationTokenHelper.read(InputStream _in)
           
static AuthorizationElement AuthorizationElementHelper.extract(Any any)
           
static AuthorizationElement AuthorizationElementHelper.read(InputStream in)
           
 

Methods in org.omg.CSI with parameters of type AuthorizationElement
static void AuthorizationTokenHelper.insert(Any any, AuthorizationElement[] s)
           
static void AuthorizationTokenHelper.write(OutputStream _out, AuthorizationElement[] _s)
           
static void AuthorizationElementHelper.insert(Any any, AuthorizationElement s)
           
static void AuthorizationElementHelper.write(OutputStream out, AuthorizationElement s)
           
 

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