|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.higgins.idas.cp.jena2.impl.authentication.AuthConstants
| Field Summary | |
|---|---|
static String |
USER_ACCOUNT_CLASS
Individual of this class holds user's account data |
static String |
USER_AUTHENTICATION_TYPE_PROPERTY
The name of datatype property used to hold the type of authentication allowed for user. |
static String |
USER_KEY_PROPERTY
Base64-encoded value of encrypted symmetric key used to encrypt/decrypt user's data. |
static String |
USER_NAME_PROPERTY
The name of datatype property used to hold login of user's account. |
static String |
USER_PASSWORD_HASH_PROPERTY
The name of datatype property used to hold SHA-256 hash value of password of user's account. |
static String |
USER_TOKEN_PROPERTY
1. |
| Constructor Summary | |
|---|---|
AuthConstants()
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String USER_ACCOUNT_CLASS
public static final String USER_AUTHENTICATION_TYPE_PROPERTY
public static final String USER_TOKEN_PROPERTY
public static final String USER_KEY_PROPERTY
public static final String USER_NAME_PROPERTY
public static final String USER_PASSWORD_HASH_PROPERTY
| Constructor Detail |
public AuthConstants()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||