public abstract class SecurityContextTypeHelper extends Object
Constructor and Description |
---|
SecurityContextTypeHelper() |
Modifier and Type | Method and Description |
---|---|
static SecurityContextType |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
SecurityContextType that) |
static SecurityContextType |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
SecurityContextType value) |
public static void insert(Any a, SecurityContextType that)
public static SecurityContextType extract(Any a)
public static TypeCode type()
public static String id()
public static SecurityContextType read(InputStream istream)
public static void write(OutputStream ostream, SecurityContextType value)
Copyright © 2013. All Rights Reserved.