|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthUser
Outline of instance in pluggable authentication user database
AuthUserTomcat| Method Summary | |
|---|---|
boolean |
authenticate(java.lang.String s)
authentication test |
void |
commit()
Commit all changes to java model objects into actual DB (actual effect varies with implementation) |
void |
create()
Create entry for this model of a user in the auth database |
void |
delete()
Obliterate all record of this authentication user |
java.lang.String |
getPassword()
Getter for password |
java.lang.String |
getUsername()
Getter for username |
boolean |
isSuperuser()
Getter for Administrator state |
void |
setIsSuperuser(boolean b)
Setter for isSuperuser flag |
void |
setPassword(java.lang.String s)
Setter for password |
| Method Detail |
|---|
java.lang.String getUsername()
java.lang.String getPassword()
boolean isSuperuser()
void setPassword(java.lang.String s)
s - new value, must be a string if this implementation uses passwordsvoid setIsSuperuser(boolean b)
b - new value, true means superuserboolean authenticate(java.lang.String s)
s - credential value, i.e. password
void delete()
void create()
void commit()
throws javax.servlet.ServletException
javax.servlet.ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||