Uses of Interface
org.omg.SecurityLevel2.RequiredRights

Packages that use RequiredRights
org.jacorb.security.level2   
org.omg.SecurityLevel2   
 

Uses of RequiredRights in org.jacorb.security.level2
 

Classes in org.jacorb.security.level2 that implement RequiredRights
 class RequiredRightsImpl
          RequiredRightsImpl.java Created: Tue Jun 13 10:47:07 2000 $Id: RequiredRightsImpl.java,v 1.8 2004/05/06 12:40:01 nicolas Exp $
 

Methods in org.jacorb.security.level2 that return RequiredRights
 RequiredRights CurrentImpl.required_rights_object()
           
 

Uses of RequiredRights in org.omg.SecurityLevel2
 

Fields in org.omg.SecurityLevel2 declared as RequiredRights
 RequiredRights RequiredRightsHolder.value
           
 

Methods in org.omg.SecurityLevel2 that return RequiredRights
 RequiredRights CurrentOperations.required_rights_object()
           
static RequiredRights RequiredRightsHelper.extract(Any any)
           
static RequiredRights RequiredRightsHelper.read(InputStream in)
           
static RequiredRights RequiredRightsHelper.narrow(java.lang.Object obj)
           
static RequiredRights RequiredRightsHelper.narrow(Object obj)
           
static RequiredRights RequiredRightsHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.SecurityLevel2 with parameters of type RequiredRights
static void RequiredRightsHelper.insert(Any any, RequiredRights s)
           
static void RequiredRightsHelper.write(OutputStream _out, RequiredRights s)
           
 

Constructors in org.omg.SecurityLevel2 with parameters of type RequiredRights
RequiredRightsHolder(RequiredRights initial)