tecgraf.openbus.core.v2_0.credential
Class CredentialData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bus
public String bus
login
public String login
session
public int session
ticket
public int ticket
hash
public byte[] hash
chain
public SignedCallChain chain
CredentialData
public CredentialData()
CredentialData
public CredentialData(String bus,
String login,
int session,
int ticket,
byte[] hash,
SignedCallChain chain)
Copyright © 2014. All Rights Reserved.