public class DeviceSecretVerifierConfigType extends Object implements Serializable
The device verifier against which it will be authenticated.
| Constructor and Description |
|---|
DeviceSecretVerifierConfigType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPasswordVerifier()
The password verifier.
|
String |
getSalt()
The salt.
|
int |
hashCode() |
void |
setPasswordVerifier(String passwordVerifier)
The password verifier.
|
void |
setSalt(String salt)
The salt.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeviceSecretVerifierConfigType |
withPasswordVerifier(String passwordVerifier)
The password verifier.
|
DeviceSecretVerifierConfigType |
withSalt(String salt)
The salt.
|
public String getPasswordVerifier()
The password verifier.
The password verifier.
public void setPasswordVerifier(String passwordVerifier)
The password verifier.
passwordVerifier - The password verifier.
public DeviceSecretVerifierConfigType withPasswordVerifier(String passwordVerifier)
The password verifier.
Returns a reference to this object so that method calls can be chained together.
passwordVerifier - The password verifier.
public String getSalt()
The salt.
The salt.
public void setSalt(String salt)
The salt.
salt - The salt.
public DeviceSecretVerifierConfigType withSalt(String salt)
The salt.
Returns a reference to this object so that method calls can be chained together.
salt - The salt.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.