com.atlassian.jira.bc.security.login
Class LoginProperties

java.lang.Object
  extended by com.atlassian.jira.bc.security.login.LoginProperties

@PublicApi
public final class LoginProperties
extends Object

Represents all the properties necessary to render the login form or gadget.

Since:
v4.2

Nested Class Summary
static class LoginProperties.Builder
           
 
Method Summary
static LoginProperties.Builder builder()
           
 String getContactAdminLink()
           
 boolean getLoginFailedByPermissions()
           
 boolean isAllowCookies()
           
 boolean isCaptchaFailure()
           
 boolean isCommunicationError()
           
 boolean isElevatedSecurityCheckShown()
           
 boolean isExternalPasswordManagement()
          Returns true if JIRA is not able to manage user passwords, i.e.
 boolean isExternalUserManagement()
           
 boolean isLoginError()
           
 boolean isLoginSucceeded()
           
 boolean isPublicMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isLoginSucceeded

public boolean isLoginSucceeded()

isLoginError

public boolean isLoginError()

isCommunicationError

public boolean isCommunicationError()

isAllowCookies

public boolean isAllowCookies()

isExternalPasswordManagement

public boolean isExternalPasswordManagement()
Returns true if JIRA is not able to manage user passwords, i.e. if there are no user directories which allow updates to user passwords; false if otherwise.

Returns:
true if JIRA is not able to manage user passwords, i.e. if there are no user directories which allow updates to user passwords; false if otherwise.

isExternalUserManagement

public boolean isExternalUserManagement()

isPublicMode

public boolean isPublicMode()

isElevatedSecurityCheckShown

public boolean isElevatedSecurityCheckShown()

isCaptchaFailure

public boolean isCaptchaFailure()

getLoginFailedByPermissions

public boolean getLoginFailedByPermissions()

getContactAdminLink

public String getContactAdminLink()

builder

public static LoginProperties.Builder builder()


Copyright © 2002-2013 Atlassian. All Rights Reserved.