com.atlassian.studio.jira.importer.impl.util
Class SalBasedRestSecurityHelper

java.lang.Object
  extended by com.atlassian.studio.jira.importer.impl.util.SalBasedRestSecurityHelper
All Implemented Interfaces:
RestSecurityHelper

public class SalBasedRestSecurityHelper
extends Object
implements RestSecurityHelper


Constructor Summary
SalBasedRestSecurityHelper(com.atlassian.sal.api.user.UserManager userManager)
           
 
Method Summary
 void checkSystemAdmin(javax.servlet.http.HttpServletRequest request)
          Checks if the currently authenticated user is a system administrator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SalBasedRestSecurityHelper

public SalBasedRestSecurityHelper(com.atlassian.sal.api.user.UserManager userManager)
Method Detail

checkSystemAdmin

public void checkSystemAdmin(javax.servlet.http.HttpServletRequest request)
Description copied from interface: RestSecurityHelper
Checks if the currently authenticated user is a system administrator.

Specified by:
checkSystemAdmin in interface RestSecurityHelper


Copyright © 2002-2012 Atlassian. All Rights Reserved.