tecgraf.openbus.core.v2_0.services.access_control
Class LoginAuthenticationInfo

java.lang.Object
  extended by tecgraf.openbus.core.v2_0.services.access_control.LoginAuthenticationInfo
All Implemented Interfaces:
Serializable, IDLEntity

public final class LoginAuthenticationInfo
extends Object
implements IDLEntity

Generated from IDL struct "LoginAuthenticationInfo".

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

Field Summary
 byte[] data
           
 byte[] hash
           
 
Constructor Summary
LoginAuthenticationInfo()
           
LoginAuthenticationInfo(byte[] hash, byte[] data)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hash

public byte[] hash

data

public byte[] data
Constructor Detail

LoginAuthenticationInfo

public LoginAuthenticationInfo()

LoginAuthenticationInfo

public LoginAuthenticationInfo(byte[] hash,
                               byte[] data)


Copyright © 2014. All Rights Reserved.