Revision 8474
Added by Jing Tao almost 11 years ago
src/edu/ucsb/nceas/metacat/AuthInterface.java | ||
---|---|---|
38 | 38 |
* of a particular group. |
39 | 39 |
*/ |
40 | 40 |
public interface AuthInterface { |
41 |
public static final short USERDNINDEX = 0; |
|
42 |
public static final short USERCNINDEX = 1; |
|
43 |
public static final short USERORGINDEX = 2; |
|
44 |
public static final short USERORGUNITINDEX = 3; |
|
45 |
public static final short USEREMAILINDEX = 4; |
|
46 |
public static final short GROUPNAMEINDEX = 0; |
|
47 |
public static final short GROUPDESINDEX =1; |
|
41 | 48 |
|
42 | 49 |
/** |
43 | 50 |
* Determine if a user/password are valid according to the authentication |
Also available in: Unified diff
Add some contants.