public final class CredentialTypeHelper extends Object
Constructor and Description |
---|
CredentialTypeHelper() |
Modifier and Type | Method and Description |
---|---|
static CredentialType |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
CredentialType s) |
static CredentialType |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
CredentialType s) |
public static TypeCode type()
public static void insert(Any any, CredentialType s)
public static CredentialType extract(Any any)
public static String id()
public static CredentialType read(InputStream in)
public static void write(OutputStream out, CredentialType s)
Copyright © 2017 JacORB. All rights reserved.