tecgraf.openbus.core.v2_0.credential
Class CredentialData

java.lang.Object
  extended by tecgraf.openbus.core.v2_0.credential.CredentialData
All Implemented Interfaces:
Serializable, IDLEntity

public final class CredentialData
extends Object
implements IDLEntity

Generated from IDL struct "CredentialData".

Version:
generated at Feb 10, 2014 8:46:01 AM
Author:
JacORB IDL compiler V 3.3
See Also:
Serialized Form

Field Summary
 String bus
           
 SignedCallChain chain
           
 byte[] hash
           
 String login
           
 int session
           
 int ticket
           
 
Constructor Summary
CredentialData()
           
CredentialData(String bus, String login, int session, int ticket, byte[] hash, SignedCallChain chain)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bus

public String bus

login

public String login

session

public int session

ticket

public int ticket

hash

public byte[] hash

chain

public SignedCallChain chain
Constructor Detail

CredentialData

public CredentialData()

CredentialData

public CredentialData(String bus,
                      String login,
                      int session,
                      int ticket,
                      byte[] hash,
                      SignedCallChain chain)


Copyright © 2014. All Rights Reserved.