View Javadoc

1   package com.atlassian.plugins.rest.common.sal.websudo;
2   
3   public interface WebSudoResourceContext {
4       /**
5        * Checks if WebSudo protection is required.
6        *
7        * @return true if WebSudo protection should be enforced, false otherwise.
8        */
9       boolean shouldEnforceWebSudoProtection();
10  }