tecgraf.openbus.core.v1_05.registry_service
Class Authorization

java.lang.Object
  extended by tecgraf.openbus.core.v1_05.registry_service.Authorization
All Implemented Interfaces:
Serializable, IDLEntity

public final class Authorization
extends Object
implements IDLEntity

Generated from IDL struct "Authorization".

Version:
generated at Jan 25, 2017 11:06:46 AM
Author:
JacORB IDL compiler V 3.8
See Also:
Serialized Form

Field Summary
 String[] authorized
           
 String id
           
 AuthorizationType type
           
 
Constructor Summary
Authorization()
           
Authorization(String id, AuthorizationType type, String[] authorized)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

type

public AuthorizationType type

authorized

public String[] authorized
Constructor Detail

Authorization

public Authorization()

Authorization

public Authorization(String id,
                     AuthorizationType type,
                     String[] authorized)


Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.