Uses of Class
org.omg.Security.SelectorValue

Packages that use SelectorValue
org.omg.Security   
org.omg.SecurityLevel2   
 

Uses of SelectorValue in org.omg.Security
 

Fields in org.omg.Security declared as SelectorValue
 SelectorValue SelectorValueHolder.value
           
 SelectorValue[] SelectorValueListHolder.value
           
 

Methods in org.omg.Security that return SelectorValue
static SelectorValue[] SelectorValueListHelper.extract(Any a)
           
static SelectorValue SelectorValueHelper.extract(Any a)
           
static SelectorValue[] SelectorValueListHelper.read(InputStream istream)
           
static SelectorValue SelectorValueHelper.read(InputStream istream)
           
 

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

Constructors in org.omg.Security with parameters of type SelectorValue
SelectorValueHolder(SelectorValue initialValue)
           
SelectorValueListHolder(SelectorValue[] initialValue)
           
 

Uses of SelectorValue in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 with parameters of type SelectorValue
 boolean _AuditDecisionStub.audit_needed(AuditEventType event_type, SelectorValue[] value_list)
           
 boolean AuditDecisionOperations.audit_needed(AuditEventType event_type, SelectorValue[] value_list)
           
 void _AuditChannelStub.audit_write(AuditEventType event_type, Credentials[] creds, UtcT time, SelectorValue[] descriptors, Any event_specific_data)
           
 void AuditChannelOperations.audit_write(AuditEventType event_type, Credentials[] creds, UtcT time, SelectorValue[] descriptors, Any event_specific_data)
           
 



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