public class LoginWithRsaRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
expirationTimestamp
The unix timestamp until this RSA token is valid
|
protected String |
rsaSignature
RSA signature that confirms the validity of the login
|
protected String |
salt
A randomly generated salt
|
protected String |
username
User name
|
| Constructor and Description |
|---|
LoginWithRsaRequest()
Create an empty instance
|
| Modifier and Type | Method and Description |
|---|---|
int |
getExpirationTimestamp() |
String |
getRsaSignature() |
String |
getSalt() |
String |
getUsername()
Get the user name
|
void |
setExpirationTimestamp(int expirationTimestamp) |
void |
setRsaSignature(String rsaSignature) |
void |
setSalt(String salt) |
void |
setUsername(String username)
Set the username
|
protected String username
protected String salt
protected int expirationTimestamp
protected String rsaSignature
public String getUsername()
public void setUsername(String username)
username - The user namepublic String getSalt()
public void setSalt(String salt)
salt - the salt to setpublic int getExpirationTimestamp()
public void setExpirationTimestamp(int expirationTimestamp)
expirationTimestamp - the expirationTimestamp to setpublic String getRsaSignature()
public void setRsaSignature(String rsaSignature)
rsaSignature - the rsaSignature to setCopyright © 2024 Gentics Software. All rights reserved.