|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.higgins.idas.model.impl.AuthConstants
| Field Summary | |
|---|---|
static String |
PPID_HIBERNATE_NAME
The name of property of Entity entity which is used to
hold PPID value |
static String |
PPID_PROPERTY
The name of datatype property used to hold PPID value of user's account. |
static URI |
PPID_PROPERTY_URI
|
static String |
USER_ACCOUNT
Entity name which holds user's account data |
static String |
USER_LOGIN
The name of property of USER_ACCOUNT entity which is used
to hold the login of user's account. |
static String |
USER_PASSWORD_HASH
The name of property of USER_ACCOUNT entity which is used
to hold SHA-256 hash value of password of user's account. |
static String |
USER_PROPERTY_NAME
The name of Entity property which contains userAccount |
static String |
USER_TOKEN
The name of field in user account and entities which holds UUID of user account. |
| 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
public static final String USER_PROPERTY_NAME
public static final String USER_LOGIN
USER_ACCOUNT entity which is used
to hold the login of user's account. Used in case of username/password
authentication.
public static final String USER_TOKEN
public static final String USER_PASSWORD_HASH
USER_ACCOUNT entity which is used
to hold SHA-256 hash value of password of user's account. Used in case of
username/password authentication.
public static final String PPID_PROPERTY
public static final String PPID_HIBERNATE_NAME
Entity entity which is used to
hold PPID value
public static final URI PPID_PROPERTY_URI
| Constructor Detail |
public AuthConstants()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||