public class BasicJwtBody extends Object implements Serializable
| Constructor and Description |
|---|
BasicJwtBody() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getApplication() |
Date |
getExpiryDate() |
String |
getUser() |
int |
hashCode() |
void |
setApplication(String application) |
void |
setExpiryDate(Date expiryDate) |
void |
setUser(String user) |
Copyright © 2020. All rights reserved.