org.jclouds.vcloud.director.v1_5.domain.org
Class OrgPasswordPolicySettings

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Resource
      extended by org.jclouds.vcloud.director.v1_5.domain.org.OrgPasswordPolicySettings

public class OrgPasswordPolicySettings
extends Resource

Java class for OrgPasswordPolicySettings complex type.

 <complexType name="OrgPasswordPolicySettings" />
 


Nested Class Summary
static class OrgPasswordPolicySettings.Builder<B extends OrgPasswordPolicySettings.Builder<B>>
           
 
Field Summary
protected  boolean accountLockoutEnabled
           
protected  int accountLockoutIntervalMinutes
           
protected  int invalidLoginsBeforeLockout
           
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
logger
 
Constructor Summary
protected OrgPasswordPolicySettings()
           
protected OrgPasswordPolicySettings(OrgPasswordPolicySettings.Builder<?> builder)
           
 
Method Summary
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()
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
clone, getHref, getLinks, getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

accountLockoutEnabled

protected boolean accountLockoutEnabled

invalidLoginsBeforeLockout

protected int invalidLoginsBeforeLockout

accountLockoutIntervalMinutes

protected int accountLockoutIntervalMinutes
Constructor Detail

OrgPasswordPolicySettings

protected OrgPasswordPolicySettings()

OrgPasswordPolicySettings

protected OrgPasswordPolicySettings(OrgPasswordPolicySettings.Builder<?> builder)
Method Detail

builder

public static OrgPasswordPolicySettings.Builder<?> builder()

toBuilder

public OrgPasswordPolicySettings.Builder<?> toBuilder()
Overrides:
toBuilder in class Resource

isAccountLockoutEnabled

public boolean isAccountLockoutEnabled()
Gets the value of the accountLockoutEnabled property.


getInvalidLoginsBeforeLockout

public Integer getInvalidLoginsBeforeLockout()
Gets the value of the invalidLoginsBeforeLockout property.


getAccountLockoutIntervalMinutes

public Integer getAccountLockoutIntervalMinutes()
Gets the value of the accountLockoutIntervalMinutes property.


equals

public boolean equals(Object o)
Overrides:
equals in class Resource

hashCode

public int hashCode()
Overrides:
hashCode in class Resource

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class Resource


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.