public class AuthenticationRequestFilterTest extends Object
| Modifier and Type | Field and Description |
|---|---|
org.mockito.junit.MockitoRule |
rule |
| Constructor and Description |
|---|
AuthenticationRequestFilterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
filterWithoutAsap() |
void |
filterWithoutAsapEnabled() |
void |
filterWithPermanentInvalidJwt() |
void |
filterWithTransientInvalidJwtAlwaysRetry() |
void |
filterWithTransientInvalidJwtNoRetry() |
void |
filterWithTransientInvalidJwtWithOneRetry() |
void |
filterWithValidJwtOnExtendedProtectedResourceClass() |
void |
filterWithValidJwtOnPackageResourceClass() |
void |
filterWithValidJwtOnProtectedResourceClass() |
void |
filterWithValidJwtOnProtectedResourceMethod() |
void |
setUp() |
public void setUp()
throws AuthenticationFailedException
AuthenticationFailedExceptionpublic void filterWithValidJwtOnProtectedResourceMethod()
throws IOException,
AuthenticationFailedException,
NoSuchMethodException
public void filterWithValidJwtOnProtectedResourceClass()
throws IOException,
AuthenticationFailedException,
NoSuchMethodException
public void filterWithValidJwtOnExtendedProtectedResourceClass()
throws IOException,
AuthenticationFailedException,
NoSuchMethodException
public void filterWithValidJwtOnPackageResourceClass()
throws IOException,
AuthenticationFailedException,
NoSuchMethodException
public void filterWithPermanentInvalidJwt()
throws IOException,
NoSuchMethodException
IOExceptionNoSuchMethodExceptionpublic void filterWithTransientInvalidJwtNoRetry()
throws IOException,
NoSuchMethodException
IOExceptionNoSuchMethodExceptionpublic void filterWithTransientInvalidJwtWithOneRetry()
throws IOException,
NoSuchMethodException
IOExceptionNoSuchMethodExceptionpublic void filterWithTransientInvalidJwtAlwaysRetry()
throws IOException,
NoSuchMethodException
IOExceptionNoSuchMethodExceptionpublic void filterWithoutAsap()
throws IOException,
NoSuchMethodException
IOExceptionNoSuchMethodExceptionpublic void filterWithoutAsapEnabled()
throws IOException,
NoSuchMethodException
IOExceptionNoSuchMethodExceptionCopyright © 2017 Atlassian. All rights reserved.