public class JwtBuilderTest extends Object
| Constructor and Description |
|---|
JwtBuilderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
customClaimsCanBeIncluded() |
void |
registeredClaimsTakePrecedenceOverCustomClaims() |
void |
shouldCreateFreshTokenFromPrototype() |
void |
shouldCreateIdenticalCopyOfPrototype() |
void |
shouldReturnSerializableJwt() |
public static final Jwt SOME_JWT
public void shouldCreateIdenticalCopyOfPrototype()
public void shouldCreateFreshTokenFromPrototype()
public void shouldReturnSerializableJwt()
public void customClaimsCanBeIncluded()
public void registeredClaimsTakePrecedenceOverCustomClaims()
Copyright © 2017 Atlassian. All rights reserved.