com.atlassian.plugins.rest.common.security.jersey
Class TestXsrfResourceFilter

java.lang.Object
  extended by com.atlassian.plugins.rest.common.security.jersey.TestXsrfResourceFilter

public class TestXsrfResourceFilter
extends java.lang.Object


Constructor Summary
TestXsrfResourceFilter()
           
 
Method Summary
 void setUp()
           
 void testGetBlocked()
           
 void testGetSuccess()
           
 void testPostBlocked()
           
 void testPostJsonSuccess()
           
 void testPostSuccess()
           
 void testPostWithInvalidXsrfTokenBlocked()
           
 void testPostWithValidXsrfTokenSuccess()
           
 void testPutFormSuccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestXsrfResourceFilter

public TestXsrfResourceFilter()
Method Detail

setUp

public void setUp()

testGetBlocked

public void testGetBlocked()

testGetSuccess

public void testGetSuccess()

testPostBlocked

public void testPostBlocked()

testPostSuccess

public void testPostSuccess()

testPostJsonSuccess

public void testPostJsonSuccess()

testPutFormSuccess

public void testPutFormSuccess()

testPostWithValidXsrfTokenSuccess

public void testPostWithValidXsrfTokenSuccess()

testPostWithInvalidXsrfTokenBlocked

public void testPostWithInvalidXsrfTokenBlocked()


Copyright © 2014 Atlassian. All Rights Reserved.