public abstract class IdentityTokenHelper extends Object
Constructor and Description |
---|
IdentityTokenHelper() |
Modifier and Type | Method and Description |
---|---|
static IdentityToken |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
IdentityToken that) |
static IdentityToken |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
IdentityToken value) |
public static void insert(Any a, IdentityToken that)
public static IdentityToken extract(Any a)
public static TypeCode type()
public static String id()
public static IdentityToken read(InputStream istream)
public static void write(OutputStream ostream, IdentityToken value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.