public class BearerTokenAuthenticationProcessingFilterTest extends Object
| Constructor and Description |
|---|
BearerTokenAuthenticationProcessingFilterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearContext() |
void |
shouldNotAttemptAuthenticationAndPropagateRequestIfTokenIsAbsent() |
void |
shouldRespondWith401AndNotPropagateRequestIfTokenIsInvalid() |
void |
shouldSetAuthenticationInTheContextAndPropagateRequestIfTokenIsValid() |
public BearerTokenAuthenticationProcessingFilterTest()
public void clearContext()
public void shouldSetAuthenticationInTheContextAndPropagateRequestIfTokenIsValid()
throws Exception
Exceptionpublic void shouldRespondWith401AndNotPropagateRequestIfTokenIsInvalid()
throws Exception
ExceptionCopyright © 2017 Atlassian. All rights reserved.