|
Wildfire 3.1.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.wildfire.auth.AuthToken
public class AuthToken
A token that proves that a user has successfully authenticated.
AuthFactory| Constructor Summary | |
|---|---|
AuthToken(String username)
Constucts a new AuthToken with the specified username. |
|
| Method Summary | |
|---|---|
String |
getUsername()
Returns the username associated with this AuthToken. |
boolean |
isAnonymous()
Returns true if this AuthToken is the Anonymous auth token. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthToken(String username)
username - the username to create an authToken token with.| Method Detail |
|---|
public String getUsername()
public boolean isAnonymous()
|
Wildfire 3.1.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||