|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.model.authentication.AuthenticatedToken
public class AuthenticatedToken
An authentication token maps the valid authentication. The token
attribute maintains a unique identifier that can be validated verses the crowd
server.
| Constructor Summary | |
|---|---|
AuthenticatedToken()
Default constructor. |
|
AuthenticatedToken(String name,
String token)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getName()
Gets the name of the authenticated client.. |
String |
getToken()
Gets the token. |
int |
hashCode()
|
void |
setName(String name)
Sets the name of the authenticated client. |
void |
setToken(String token)
Sets the token. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticatedToken()
public AuthenticatedToken(String name,
String token)
name - The name of the authenticated principal or application.token - The token.| Method Detail |
|---|
public String getName()
public void setName(String name)
name - The name.public String getToken()
public void setToken(String token)
token - The token.public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||