public class Token extends Object
| Constructor and Description |
|---|
Token(String principal,
String credentials) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentials() |
String |
getPrincipal() |
void |
setCredentials(String credentials) |
void |
setPrincipal(String principal) |
Copyright © 2019. All rights reserved.