org.omg.Security
Class SecAttribute

java.lang.Object
  extended by org.omg.Security.SecAttribute
All Implemented Interfaces:
Serializable, IDLEntity

public final class SecAttribute
extends Object
implements IDLEntity

Generated from IDL struct "SecAttribute".

Version:
generated at Jun 18, 2012 10:37:58 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
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)
           
 
Method Summary
 
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)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.