public interface AuthToken
extends java.io.Serializable
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.
Modifier and Type | Method and Description |
---|---|
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
|
java.lang.String getUsername()
java.lang.String getEmail()
java.lang.String getDisplayName()
null
.