public class JwtServiceTests
extends java.lang.Object
| Constructor and Description |
|---|
JwtServiceTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
testJwtParseToken() |
void |
testJwtParseTokenExpired() |
void |
testJwtParseTokenWrongAudience() |
void |
testJwtParseTokenWrongSecret() |
void |
testParseTokenCutoffTime() |
public JwtServiceTests()
throws com.nimbusds.jose.KeyLengthException
com.nimbusds.jose.KeyLengthExceptionpublic void testJwtParseToken()
public void testJwtParseTokenWrongAudience()
public void testJwtParseTokenExpired()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void testJwtParseTokenWrongSecret()
public void testParseTokenCutoffTime()
throws java.lang.InterruptedException
java.lang.InterruptedException