Uses of Class
org.omg.Security.RequiresSupports

Packages that use RequiresSupports
org.omg.Security   
org.omg.SecurityAdmin   
 

Uses of RequiresSupports in org.omg.Security
 

Fields in org.omg.Security declared as RequiresSupports
static RequiresSupports RequiresSupports.SecRequires
           
static RequiresSupports RequiresSupports.SecSupports
           
 RequiresSupports RequiresSupportsHolder.value
           
 

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

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

Constructors in org.omg.Security with parameters of type RequiresSupports
RequiresSupportsHolder(RequiresSupports initial)
           
 

Uses of RequiresSupports in org.omg.SecurityAdmin
 

Methods in org.omg.SecurityAdmin with parameters of type RequiresSupports
 void SecureInvocationPolicyOperations.set_association_options(InterfaceDef object_type, RequiresSupports requires_supports, CommunicationDirection direction, short options)
           
 short SecureInvocationPolicyOperations.get_association_options(InterfaceDef object_type, RequiresSupports requires_supports, CommunicationDirection direction)