public class AuthenticationMethod extends Object
Constructor and Description |
---|
AuthenticationMethod() |
Modifier and Type | Method and Description |
---|---|
AuthenticationMethod |
authenticationType(String authenticationType) |
boolean |
equals(Object o) |
String |
getAuthenticationType()
Indicates the type of authentication.
|
String |
getLastProvider()
The last provider that authenticated the user.
|
String |
getLastTimestamp()
The data and time the user last used the authentication method.
|
Integer |
getTotalCount()
The number of times the authentication method was used.
|
int |
hashCode() |
AuthenticationMethod |
lastProvider(String lastProvider) |
AuthenticationMethod |
lastTimestamp(String lastTimestamp) |
void |
setAuthenticationType(String authenticationType) |
void |
setLastProvider(String lastProvider) |
void |
setLastTimestamp(String lastTimestamp) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
AuthenticationMethod |
totalCount(Integer totalCount) |
public AuthenticationMethod authenticationType(String authenticationType)
public String getAuthenticationType()
public void setAuthenticationType(String authenticationType)
public AuthenticationMethod lastProvider(String lastProvider)
public String getLastProvider()
public void setLastProvider(String lastProvider)
public AuthenticationMethod lastTimestamp(String lastTimestamp)
public String getLastTimestamp()
public void setLastTimestamp(String lastTimestamp)
public AuthenticationMethod totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
Copyright © 2018. All rights reserved.