public class

IsLoggedInCondition

extends Object
implements Condition
java.lang.Object
   ↳ com.atlassian.bitbucket.web.conditions.IsLoggedInCondition

Class Overview

A condition which checks if the user is logged in

Summary

Public Constructors
IsLoggedInCondition(AuthenticationContext authenticationContext)
Public Methods
void init(Map<StringString> stringStringMap)
boolean shouldDisplay(Map<StringObject> stringObjectMap)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugin.web.Condition

Public Constructors

public IsLoggedInCondition (AuthenticationContext authenticationContext)

Public Methods

public void init (Map<StringString> stringStringMap)

Throws
PluginParseException

public boolean shouldDisplay (Map<StringObject> stringObjectMap)