public class SoftTokenResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SoftTokenResult.SoftTokenResultCode |
Constructor and Description |
---|
SoftTokenResult() |
Modifier and Type | Method and Description |
---|---|
String |
getActivationCode()
Gets the activation code.
|
char[] |
getInitialPassword()
Gets the initial password, which was generated, if the user had not a password before and a password is required
for the software token.
|
SoftTokenResult.SoftTokenResultCode |
getResultCode()
Gets the result code.
|
String |
getSerialNumber()
Gets the serial number.
|
String |
getUserId()
Gets the user id.
|
void |
setActivationCode(String activationCode)
Sets the activation code.
|
void |
setInitialPassword(char[] initialPassword)
Sets the initial password.
|
void |
setResultCode(SoftTokenResult.SoftTokenResultCode resultCode)
Sets the result code.
|
void |
setSerialNumber(String serialNumber)
Sets the serial number.
|
void |
setUserId(String userId)
Sets the user id.
|
public String getUserId()
public void setUserId(String userId)
userId
- the userId to setpublic String getActivationCode()
public void setActivationCode(String activationCode)
activationCode
- the activationCode to setpublic String getSerialNumber()
public void setSerialNumber(String serialNumber)
serialNumber
- the serialNumber to setpublic char[] getInitialPassword()
public void setInitialPassword(char[] initialPassword)
initialPassword
- the initialPassword to setpublic SoftTokenResult.SoftTokenResultCode getResultCode()
public void setResultCode(SoftTokenResult.SoftTokenResultCode resultCode)
resultCode
- the resultCode to setCopyright © 2022 KOBIL Systems GmbH. All rights reserved.