public abstract class LoginAuthenticationInfoHelper extends Object
| Constructor and Description |
|---|
LoginAuthenticationInfoHelper() |
| Modifier and Type | Method and Description |
|---|---|
static LoginAuthenticationInfo |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
LoginAuthenticationInfo s) |
static LoginAuthenticationInfo |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
LoginAuthenticationInfo s) |
public static TypeCode type()
public static void insert(Any any, LoginAuthenticationInfo s)
public static LoginAuthenticationInfo extract(Any any)
public static String id()
public static LoginAuthenticationInfo read(InputStream in)
public static void write(OutputStream out, LoginAuthenticationInfo s)
Copyright © 2008–2018 Tecgraf/PUC-Rio. All rights reserved.