public class AuthenticationObject extends Object
| Constructor and Description |
|---|
AuthenticationObject() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAuthenticationMethodId() |
String |
getAuthenticationType() |
String |
getAuthenticationVersion() |
String |
getExplanation() |
String |
getName() |
int |
hashCode() |
boolean |
isDecoupled()
Represents, whether current authentication object requires decoupled SCA
|
void |
setAuthenticationMethodId(String authenticationMethodId) |
void |
setAuthenticationType(String authenticationType) |
void |
setAuthenticationVersion(String authenticationVersion) |
void |
setDecoupled(boolean decoupled)
Represents, whether current authentication object requires decoupled SCA
|
void |
setExplanation(String explanation) |
void |
setName(String name) |
String |
toString() |
public String getAuthenticationType()
public String getAuthenticationMethodId()
public String getAuthenticationVersion()
public String getName()
public String getExplanation()
public boolean isDecoupled()
public void setAuthenticationType(String authenticationType)
public void setAuthenticationMethodId(String authenticationMethodId)
public void setAuthenticationVersion(String authenticationVersion)
public void setName(String name)
public void setExplanation(String explanation)
public void setDecoupled(boolean decoupled)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.