|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.integration.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(java.lang.String name,
java.lang.String token)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of the authenticated client.. |
java.lang.String |
getToken()
Gets the token. |
void |
setName(java.lang.String name)
Sets the name of the authenticated client. |
void |
setToken(java.lang.String token)
Sets the token. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticatedToken()
public AuthenticatedToken(java.lang.String name,
java.lang.String token)
name - The name of the authenticated principal or application.token - The token.| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name.public java.lang.String getToken()
public void setToken(java.lang.String token)
token - The token.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||