org.omg.Security
Class SecAttribute

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

public final class SecAttribute
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

org/omg/Security/SecAttribute.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /var/home/jpp/rebuild/devel/BUILD/geronimo-specs-1.2/geronimo-spec-corba/src/main/idl/Security.idl Wednesday, October 24, 2007 3:42:10 PM CEST

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 © {inceptionYear}-2007 null. All Rights Reserved.