Uses of Class
org.omg.Security.SelectorValue

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

Uses of SelectorValue in org.omg.Security
 

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

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

Methods in org.omg.Security with parameters of type SelectorValue
static void SelectorValueListHelper.insert(Any any, SelectorValue[] s)
           
static void SelectorValueListHelper.write(OutputStream _out, SelectorValue[] _s)
           
static void SelectorValueHelper.insert(Any any, SelectorValue s)
           
static void SelectorValueHelper.write(OutputStream out, SelectorValue s)
           
 

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

Uses of SelectorValue in org.omg.SecurityAdmin
 

Methods in org.omg.SecurityAdmin with parameters of type SelectorValue
 void AuditPolicyOperations.set_audit_selectors(java.lang.String object_type, AuditEventType[] events, SelectorValue[] selectors, AuditCombinator audit_combinator)
           
 void AuditPolicyOperations.replace_audit_selectors(java.lang.String object_type, AuditEventType[] events, SelectorValue[] selectors, AuditCombinator audit_combinator)
           
 

Uses of SelectorValue in org.omg.SecurityLevel2
 

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