public class OrgPasswordPolicySettings extends Resource
<complexType name="OrgPasswordPolicySettings" />
| Modifier and Type | Class and Description |
|---|---|
static class |
OrgPasswordPolicySettings.Builder<B extends OrgPasswordPolicySettings.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
accountLockoutEnabled |
protected int |
accountLockoutIntervalMinutes |
protected int |
invalidLoginsBeforeLockout |
| Modifier | Constructor and Description |
|---|---|
protected |
OrgPasswordPolicySettings() |
protected |
OrgPasswordPolicySettings(OrgPasswordPolicySettings.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static OrgPasswordPolicySettings.Builder<?> |
builder() |
boolean |
equals(Object o) |
Integer |
getAccountLockoutIntervalMinutes()
Gets the value of the accountLockoutIntervalMinutes property.
|
Integer |
getInvalidLoginsBeforeLockout()
Gets the value of the invalidLoginsBeforeLockout property.
|
int |
hashCode() |
boolean |
isAccountLockoutEnabled()
Gets the value of the accountLockoutEnabled property.
|
com.google.common.base.Objects.ToStringHelper |
string() |
OrgPasswordPolicySettings.Builder<?> |
toBuilder() |
protected boolean accountLockoutEnabled
protected int invalidLoginsBeforeLockout
protected int accountLockoutIntervalMinutes
protected OrgPasswordPolicySettings()
protected OrgPasswordPolicySettings(OrgPasswordPolicySettings.Builder<?> builder)
public static OrgPasswordPolicySettings.Builder<?> builder()
public OrgPasswordPolicySettings.Builder<?> toBuilder()
public boolean isAccountLockoutEnabled()
public Integer getInvalidLoginsBeforeLockout()
public Integer getAccountLockoutIntervalMinutes()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.