com.atlassian.bamboo.plugins.rest.admin.security
Class RestSecuritySettings.RestBruteForceProtection

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.admin.security.RestSecuritySettings.RestBruteForceProtection
Enclosing class:
RestSecuritySettings

public class RestSecuritySettings.RestBruteForceProtection
extends Object


Constructor Summary
RestSecuritySettings.RestBruteForceProtection()
           
RestSecuritySettings.RestBruteForceProtection(Boolean enabled, Integer loginAttempts)
           
 
Method Summary
 Integer getLoginAttempts()
           
 Boolean isEnabled()
           
 void setEnabled(Boolean enabled)
           
 void setLoginAttempts(Integer loginAttempts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestSecuritySettings.RestBruteForceProtection

public RestSecuritySettings.RestBruteForceProtection()

RestSecuritySettings.RestBruteForceProtection

public RestSecuritySettings.RestBruteForceProtection(Boolean enabled,
                                                     Integer loginAttempts)
Method Detail

isEnabled

public Boolean isEnabled()

setEnabled

public void setEnabled(Boolean enabled)

getLoginAttempts

public Integer getLoginAttempts()

setLoginAttempts

public void setLoginAttempts(Integer loginAttempts)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.