public final class EstablishContext extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
AuthorizationElement[] |
authorization_token |
byte[] |
client_authentication_token |
long |
client_context_id |
IdentityToken |
identity_token |
Constructor and Description |
---|
EstablishContext() |
EstablishContext(long client_context_id,
AuthorizationElement[] authorization_token,
IdentityToken identity_token,
byte[] client_authentication_token) |
public long client_context_id
public AuthorizationElement[] authorization_token
public IdentityToken identity_token
public byte[] client_authentication_token
public EstablishContext()
public EstablishContext(long client_context_id, AuthorizationElement[] authorization_token, IdentityToken identity_token, byte[] client_authentication_token)
Copyright © 2017 JacORB. All rights reserved.