public final class AuthenticationDataHolder extends Object
| Constructor and Description |
|---|
AuthenticationDataHolder(String authenticationMethodId,
String authenticationData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthenticationData() |
String |
getAuthenticationMethodId() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"authenticationMethodId","authenticationData"}) public AuthenticationDataHolder(String authenticationMethodId, String authenticationData)
Copyright © 2020. All rights reserved.