Field Summary |
|
final public static String | DEFAULT_GROUPDB_CREATED Default column name that stores the the group creation timestamps. |
final public static String | DEFAULT_GROUPDB_CREATOR Default column name that stores group creator names. |
final public static String | DEFAULT_GROUPDB_DATASOURCE Default column name that stores the JNDI name of the DataSource. |
final public static String | DEFAULT_GROUPDB_MEMBER Default column name that stores group member names. |
final public static String | DEFAULT_GROUPDB_MEMBER_TABLE Default column name that stores the names of group members. |
final public static String | DEFAULT_GROUPDB_MODIFIED Default column name that stores group last-modified timestamps. |
final public static String | DEFAULT_GROUPDB_MODIFIER Default column name that stores names of users who last modified groups. |
final public static String | DEFAULT_GROUPDB_NAME Default column name that stores the group names. |
final public static String | DEFAULT_GROUPDB_TABLE Default table name for the table that stores groups. |
final public static String | PROP_GROUPDB_CREATED The column containing the group's creation timestamp. |
final public static String | PROP_GROUPDB_CREATOR The column containing the group creator's name. |
final public static String | PROP_GROUPDB_DATASOURCE The JNDI name of the DataSource. |
final public static String | PROP_GROUPDB_MEMBER The column containing the group member's name. |
final public static String | PROP_GROUPDB_MEMBER_TABLE The table that stores the names of group members. |
final public static String | PROP_GROUPDB_MODIFIED The column containing the group's last-modified timestamp. |
final public static String | PROP_GROUPDB_MODIFIER The column containing the name of the user who last modified the group. |
final public static String | PROP_GROUPDB_NAME The column containing the group's name. |
final public static String | PROP_GROUPDB_TABLE The table that stores the groups. |
final protected static Logger | log |