@Generated(value={"Immutables.generator","_ClientLockoutPolicy"}) public final class ClientLockoutPolicy extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientLockoutPolicy.Builder
Builds instances of type
ClientLockoutPolicy. |
| Modifier and Type | Method and Description |
|---|---|
static ClientLockoutPolicy.Builder |
builder()
Creates a builder for
ClientLockoutPolicy. |
boolean |
equals(Object another)
This instance is equal to all instances of
ClientLockoutPolicy that have equal attribute values. |
Integer |
getCountFailuresWithin()
Number of seconds in which
lockoutAfterFailures failures must occur in order for account to be locked |
Integer |
getLockoutAfterFailures()
Number of allowed failures before account is locked
|
Integer |
getLockoutPeriodSeconds()
Number of seconds to lock out an account when lockoutAfterFailures failures is exceeded
|
int |
hashCode()
Computes a hash code from attributes:
countFailuresWithin, lockoutAfterFailures, lockoutPeriodSeconds. |
String |
toString()
Prints the immutable value
ClientLockoutPolicy with attribute values. |
public Integer getCountFailuresWithin()
lockoutAfterFailures failures must occur in order for account to be lockedpublic Integer getLockoutAfterFailures()
public Integer getLockoutPeriodSeconds()
public boolean equals(Object another)
ClientLockoutPolicy that have equal attribute values.public int hashCode()
countFailuresWithin, lockoutAfterFailures, lockoutPeriodSeconds.public String toString()
ClientLockoutPolicy with attribute values.public static ClientLockoutPolicy.Builder builder()
ClientLockoutPolicy.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.