View Javadoc

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