public static final class AuthenticationFailedStatus.Factory extends Object
AuthenticationFailedStatus
.Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static AuthenticationFailedStatus |
newInstance()
Constructs a new instance of
AuthenticationFailedStatus . |
static AuthenticationFailedStatus |
newInstance(int failedAuthCounter,
ChannelType channelType)
Constructs a new instance of
AuthenticationFailedStatus , taking all
required and/or read-only properties as arguments. |
static AuthenticationFailedStatus |
newInstance(Timestamp lockedTimeout,
int failedAuthCounter,
ChannelType channelType)
Constructs a new instance of
AuthenticationFailedStatus , taking all
possible properties (except the identifier(s))as arguments. |
public static AuthenticationFailedStatus newInstance()
AuthenticationFailedStatus
.public static AuthenticationFailedStatus newInstance(int failedAuthCounter, ChannelType channelType)
AuthenticationFailedStatus
, taking all
required and/or read-only properties as arguments.public static AuthenticationFailedStatus newInstance(Timestamp lockedTimeout, int failedAuthCounter, ChannelType channelType)
AuthenticationFailedStatus
, taking all
possible properties (except the identifier(s))as arguments.Copyright © 2019 Communote team. All rights reserved.