public abstract class AuthenticationFailedStatus extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
AuthenticationFailedStatus.Factory
Constructs new instances of
AuthenticationFailedStatus . |
Constructor and Description |
---|
AuthenticationFailedStatus() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an AuthenticationFailedStatus instance and all
identifiers for this entity equal the identifiers of the argument entity. |
ChannelType |
getChannelType()
type of channel
|
int |
getFailedAuthCounter()
counter of failed auth attemps
|
Long |
getId() |
Timestamp |
getLockedTimeout()
time of locking a user account for a specific channel
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setChannelType(ChannelType channelType) |
void |
setFailedAuthCounter(int failedAuthCounter) |
void |
setId(Long id) |
void |
setLockedTimeout(Timestamp lockedTimeout) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an AuthenticationFailedStatus instance and all
identifiers for this entity equal the identifiers of the argument entity. Returns
false
otherwise.public ChannelType getChannelType()
type of channel
public int getFailedAuthCounter()
counter of failed auth attemps
public Long getId()
public Timestamp getLockedTimeout()
time of locking a user account for a specific channel
public int hashCode()
public void setChannelType(ChannelType channelType)
public void setFailedAuthCounter(int failedAuthCounter)
public void setId(Long id)
public void setLockedTimeout(Timestamp lockedTimeout)
Copyright © 2019 Communote team. All rights reserved.