Uses of Class
org.omg.Security.SecAttribute

Packages that use SecAttribute
org.omg.Security   
 

Uses of SecAttribute in org.omg.Security
 

Fields in org.omg.Security declared as SecAttribute
 SecAttribute SecAttributeHolder.value
           
 SecAttribute[] AttributeListHolder.value
           
 

Methods in org.omg.Security that return SecAttribute
static SecAttribute SecAttributeHelper.extract(org.omg.CORBA.Any a)
           
static SecAttribute[] AttributeListHelper.extract(org.omg.CORBA.Any a)
           
static SecAttribute SecAttributeHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static SecAttribute[] AttributeListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in org.omg.Security with parameters of type SecAttribute
static void SecAttributeHelper.insert(org.omg.CORBA.Any a, SecAttribute that)
           
static void AttributeListHelper.insert(org.omg.CORBA.Any a, SecAttribute[] that)
           
static void SecAttributeHelper.write(org.omg.CORBA.portable.OutputStream ostream, SecAttribute value)
           
static void AttributeListHelper.write(org.omg.CORBA.portable.OutputStream ostream, SecAttribute[] value)
           
 

Constructors in org.omg.Security with parameters of type SecAttribute
AttributeListHolder(SecAttribute[] initialValue)
           
SecAttributeHolder(SecAttribute initialValue)
           
 



Copyright © 2008. All Rights Reserved.