org.omg.ATLAS

Class AuthTokenData

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class AuthTokenData
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "AuthTokenData"

Author:
JacORB IDL compiler

Field Summary

AuthorizationElement[]
auth_token
UtcT[]
expiry_time
IdentityToken[]
ident_token

Constructor Summary

AuthTokenData()
AuthTokenData(IdentityToken ident_token, AuthorizationElement auth_token, UtcT expiry_time)

Field Details

auth_token

public AuthorizationElement[] auth_token


expiry_time

public UtcT[] expiry_time


ident_token

public IdentityToken[] ident_token

Constructor Details

AuthTokenData

public AuthTokenData()


AuthTokenData

public AuthTokenData(IdentityToken ident_token,
                     AuthorizationElement auth_token,
                     UtcT expiry_time)