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 JBoss by Red Hat. All rights reserved.