Uses of Class
org.omg.Security.AttributeType

Packages that use AttributeType
org.omg.Security   
org.omg.SecurityLevel1   
org.omg.SecurityLevel2   
 

Uses of AttributeType in org.omg.Security
 

Fields in org.omg.Security declared as AttributeType
 AttributeType SecAttribute.attribute_type
           
 AttributeType[] AttributeTypeListHolder.value
           
 AttributeType AttributeTypeHolder.value
           
 

Methods in org.omg.Security that return AttributeType
static AttributeType[] AttributeTypeListHelper.extract(Any a)
           
static AttributeType AttributeTypeHelper.extract(Any a)
           
static AttributeType[] AttributeTypeListHelper.read(InputStream istream)
           
static AttributeType AttributeTypeHelper.read(InputStream istream)
           
 

Methods in org.omg.Security with parameters of type AttributeType
static void AttributeTypeHelper.insert(Any a, AttributeType that)
           
static void AttributeTypeListHelper.insert(Any a, AttributeType[] that)
           
static void AttributeTypeHelper.write(OutputStream ostream, AttributeType value)
           
static void AttributeTypeListHelper.write(OutputStream ostream, AttributeType[] value)
           
 

Constructors in org.omg.Security with parameters of type AttributeType
AttributeTypeHolder(AttributeType initialValue)
           
AttributeTypeListHolder(AttributeType[] initialValue)
           
SecAttribute(AttributeType _attribute_type, byte[] _defining_authority, byte[] _value)
           
 

Uses of AttributeType in org.omg.SecurityLevel1
 

Methods in org.omg.SecurityLevel1 with parameters of type AttributeType
 SecAttribute[] CurrentOperations.get_attributes(AttributeType[] ttributes)
           
 SecAttribute[] _CurrentStub.get_attributes(AttributeType[] ttributes)
           
 

Uses of AttributeType in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 with parameters of type AttributeType
 SecAttribute[] _TargetCredentialsStub.get_attributes(AttributeType[] attributes)
           
 SecAttribute[] CredentialsOperations.get_attributes(AttributeType[] attributes)
           
 SecAttribute[] _CredentialsStub.get_attributes(AttributeType[] attributes)
           
 SecAttribute[] _CurrentStub.get_attributes(AttributeType[] ttributes)
           
 SecAttribute[] _ReceivedCredentialsStub.get_attributes(AttributeType[] attributes)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.