Uses of Class
org.omg.Security.SecurityContextType

Packages that use SecurityContextType
org.omg.Security   
org.omg.SecurityReplaceable   
 

Uses of SecurityContextType in org.omg.Security
 

Fields in org.omg.Security declared as SecurityContextType
 SecurityContextType SecurityContextTypeHolder.value
           
static SecurityContextType SecurityContextType.SecClientSecurityContext
           
static SecurityContextType SecurityContextType.SecServerSecurityContext
           
 

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

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

Constructors in org.omg.Security with parameters of type SecurityContextType
SecurityContextTypeHolder(SecurityContextType initial)
           
 

Uses of SecurityContextType in org.omg.SecurityReplaceable
 

Methods in org.omg.SecurityReplaceable that return SecurityContextType
 SecurityContextType SecurityContextOperations.context_type()