org.omg.SecurityReplaceable
Class SecurityContextHelper

java.lang.Object
  extended byorg.omg.SecurityReplaceable.SecurityContextHelper

public final class SecurityContextHelper
extends java.lang.Object

Generated from IDL interface "SecurityContext"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Constructor Summary
SecurityContextHelper()
           
 
Method Summary
static SecurityContext extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, SecurityContext s)
           
static SecurityContext narrow(java.lang.Object obj)
           
static SecurityContext narrow(Object obj)
           
static SecurityContext read(InputStream in)
           
static TypeCode type()
           
static SecurityContext unchecked_narrow(Object obj)
           
static void write(OutputStream _out, SecurityContext s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityContextHelper

public SecurityContextHelper()
Method Detail

insert

public static void insert(Any any,
                          SecurityContext s)

extract

public static SecurityContext extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static SecurityContext read(InputStream in)

write

public static void write(OutputStream _out,
                         SecurityContext s)

narrow

public static SecurityContext narrow(java.lang.Object obj)

narrow

public static SecurityContext narrow(Object obj)

unchecked_narrow

public static SecurityContext unchecked_narrow(Object obj)