public class AuthenticatedToken extends Object implements Serializable
token
attribute maintains a unique identifier that can be validated verses the crowd
server.Constructor and Description |
---|
AuthenticatedToken()
Default constructor.
|
AuthenticatedToken(String name,
String token) |
Modifier and Type | Method and Description |
---|---|
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() |
public String getName()
public void setName(String name)
name
- The name.public String getToken()
public void setToken(String token)
token
- The token.Copyright © 2020 Atlassian. All rights reserved.