com.atlassian.bamboo.plugins.rest.admin.security
Class RestSecuritySettings.RestBruteForceProtection
java.lang.Object
com.atlassian.bamboo.plugins.rest.admin.security.RestSecuritySettings.RestBruteForceProtection
- Enclosing class:
- RestSecuritySettings
public class RestSecuritySettings.RestBruteForceProtection
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestSecuritySettings.RestBruteForceProtection
public RestSecuritySettings.RestBruteForceProtection()
RestSecuritySettings.RestBruteForceProtection
public RestSecuritySettings.RestBruteForceProtection(Boolean enabled,
Integer loginAttempts)
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.