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