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<String, String> stringStringMap)
boolean shouldDisplay(Map<String, Object> 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<String, String> stringStringMap)

Throws
PluginParseException

public boolean shouldDisplay (Map<String, Object> stringObjectMap)