public class TestIndependentXsrfTokenAccessor extends Object
| Constructor and Description |
|---|
TestIndependentXsrfTokenAccessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testCreateToken() |
void |
testCreateTokenForANonSecureRequestCreatesANonSecureCookie() |
void |
testCreateTokenForASecureRequestCreatesASecureCookie() |
void |
testGetExistingToken() |
void |
testGetExistingTokenNoCreate() |
void |
testGetTokenNoCreate() |
public void setUp()
public void testGetExistingToken()
public void testGetExistingTokenNoCreate()
public void testCreateToken()
public void testCreateTokenForASecureRequestCreatesASecureCookie()
public void testCreateTokenForANonSecureRequestCreatesANonSecureCookie()
public void testGetTokenNoCreate()
Copyright © 2015 Atlassian. All rights reserved.