org.eclipse.higgins.idas.model.impl
Class AuthConstants

java.lang.Object
  extended byorg.eclipse.higgins.idas.model.impl.AuthConstants

public class AuthConstants
extends Object


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

USER_ACCOUNT

public static final String USER_ACCOUNT
Entity name which holds user's account data

See Also:
Constant Field Values

USER_PROPERTY_NAME

public static final String USER_PROPERTY_NAME
The name of Entity property which contains userAccount

See Also:
Constant Field Values

USER_LOGIN

public static final String USER_LOGIN
The name of property of USER_ACCOUNT entity which is used to hold the login of user's account. Used in case of username/password authentication.

See Also:
Constant Field Values

USER_TOKEN

public static final String USER_TOKEN
The name of field in user account and entities which holds UUID of user account.

See Also:
Constant Field Values

USER_PASSWORD_HASH

public static final 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. Used in case of username/password authentication.

See Also:
Constant Field Values

PPID_PROPERTY

public static final String PPID_PROPERTY
The name of datatype property used to hold PPID value of user's account.

See Also:
Constant Field Values

PPID_HIBERNATE_NAME

public static final String PPID_HIBERNATE_NAME
The name of property of Entity entity which is used to hold PPID value

See Also:
Constant Field Values

PPID_PROPERTY_URI

public static final URI PPID_PROPERTY_URI
Constructor Detail

AuthConstants

public AuthConstants()