Uses of Class
org.omg.Security.RightsCombinator

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

Uses of RightsCombinator in org.jacorb.security.level2
 

Methods in org.jacorb.security.level2 with parameters of type RightsCombinator
 void RequiredRightsImpl.set_required_rights(java.lang.String operation_name, java.lang.String interface_name, Right[] rights, RightsCombinator rights_combinator)
           
 

Uses of RightsCombinator in org.omg.Security
 

Fields in org.omg.Security declared as RightsCombinator
 RightsCombinator RightsCombinatorHolder.value
           
static RightsCombinator RightsCombinator.SecAllRights
           
static RightsCombinator RightsCombinator.SecAnyRight
           
 

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

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

Constructors in org.omg.Security with parameters of type RightsCombinator
RightsCombinatorHolder(RightsCombinator initial)
           
 

Uses of RightsCombinator in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 with parameters of type RightsCombinator
 void RequiredRightsOperations.set_required_rights(java.lang.String operation_name, java.lang.String interface_name, Right[] rights, RightsCombinator rights_combinator)