|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuthToken
A token representing a successful login.
Instances of this class are stored in a Servlet session, and are long-lived.
An instance may live longer than the FishEyeAuthenticator that created it.
It should not (for example) contain connections to a database, etc.
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
The full name to use when displaying data by this user. |
java.lang.String |
getEmail()
The email address of the user (if the underlying authenticator can automatically determine it). |
java.lang.String |
getUsername()
The username used when authenticating the user |
| Method Detail |
|---|
java.lang.String getUsername()
java.lang.String getEmail()
java.lang.String getDisplayName()
null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||