org.omg.Security
Class SecAttribute

java.lang.Object
  extended byorg.omg.Security.SecAttribute
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "SecAttribute"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 AttributeType attribute_type
           
 byte[] defining_authority
           
 byte[] value
           
 
Constructor Summary
SecAttribute()
           
SecAttribute(AttributeType attribute_type, byte[] defining_authority, byte[] value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute_type

public AttributeType attribute_type

defining_authority

public byte[] defining_authority

value

public byte[] value
Constructor Detail

SecAttribute

public SecAttribute()

SecAttribute

public SecAttribute(AttributeType attribute_type,
                    byte[] defining_authority,
                    byte[] value)