Uses of Class
org.omg.Security.DelegationDirective

Packages that use DelegationDirective
org.jacorb.security.level2   
org.omg.Security   
org.omg.SecurityLevel2   
 

Uses of DelegationDirective in org.jacorb.security.level2
 

Methods in org.jacorb.security.level2 that return DelegationDirective
 DelegationDirective DelegationDirectivePolicyImpl.delegation_directive()
           
 

Uses of DelegationDirective in org.omg.Security
 

Fields in org.omg.Security declared as DelegationDirective
 DelegationDirective DelegationDirectiveHolder.value
           
static DelegationDirective DelegationDirective.Delegate
           
static DelegationDirective DelegationDirective.NoDelegate
           
 

Methods in org.omg.Security that return DelegationDirective
static DelegationDirective DelegationDirectiveHelper.extract(Any any)
           
static DelegationDirective DelegationDirectiveHelper.read(InputStream in)
           
static DelegationDirective DelegationDirective.from_int(int value)
           
 

Methods in org.omg.Security with parameters of type DelegationDirective
static void DelegationDirectiveHelper.insert(Any any, DelegationDirective s)
           
static void DelegationDirectiveHelper.write(OutputStream out, DelegationDirective s)
           
 

Constructors in org.omg.Security with parameters of type DelegationDirective
DelegationDirectiveHolder(DelegationDirective initial)
           
 

Uses of DelegationDirective in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 that return DelegationDirective
 DelegationDirective DelegationDirectivePolicyOperations.delegation_directive()