public class UserAuthenticationData
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
UserAuthenticationData.Type |
Modifier and Type | Field | Description |
---|---|---|
static UserAuthenticationData.Type |
DOMAIN |
|
static UserAuthenticationData.Type |
PASSWORD |
|
static UserAuthenticationData.Type |
USERNAME |
Constructor | Description |
---|---|
UserAuthenticationData() |
Modifier and Type | Method | 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()