org.eclipse.higgins.idas.cp.jena2
Interface AuthConstants


public interface AuthConstants


Field Summary
static String NS
           
static String OWNED_ENTITY_PROPERTY
           
static String USER_ACCOUNT_CLASS
          Individual of this class holds user's account 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_PPID_PROPERTY
          The name of datatype property used to hold PPID value of user's account.
 

Field Detail

NS

static final String NS
See Also:
Constant Field Values

USER_ACCOUNT_CLASS

static final String USER_ACCOUNT_CLASS
Individual of this class holds user's account data

See Also:
Constant Field Values

OWNED_ENTITY_PROPERTY

static final String OWNED_ENTITY_PROPERTY
See Also:
Constant Field Values

USER_NAME_PROPERTY

static final String USER_NAME_PROPERTY
The name of datatype property used to hold login of user's account. Is used in case of username/password authentication.

See Also:
Constant Field Values

USER_PASSWORD_HASH_PROPERTY

static final String USER_PASSWORD_HASH_PROPERTY
The name of datatype property used to hold SHA-256 hash value of password of user's account. Is used in case of username/password authentication.

See Also:
Constant Field Values

USER_PPID_PROPERTY

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

See Also:
Constant Field Values