|
||||||||||
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(String name,
String token)
|
Method Summary | |
---|---|
String |
getName()
Gets the name of the authenticated client.. |
String |
getToken()
Gets the token. |
void |
setName(String name)
Sets the name of the authenticated client. |
void |
setToken(String token)
Sets the token. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |