public class UserAuthenticationData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserAuthenticationData.Type |
| Modifier and Type | Field and Description |
|---|---|
static UserAuthenticationData.Type |
DOMAIN |
static UserAuthenticationData.Type |
PASSWORD |
static UserAuthenticationData.Type |
USERNAME |
| Constructor and Description |
|---|
UserAuthenticationData() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
deleted all data stored within this authenticator
|
char[] |
getData(UserAuthenticationData.Type type)
get a data from the collection
|
void |
setData(UserAuthenticationData.Type type,
char[] data)
set a data to this collection
|
public static final UserAuthenticationData.Type USERNAME
public static final UserAuthenticationData.Type PASSWORD
public static final UserAuthenticationData.Type DOMAIN
public void setData(UserAuthenticationData.Type type, char[] data)
public char[] getData(UserAuthenticationData.Type type)
public void cleanup()