| Modifier and Type | Method and Description |
|---|---|
NWebToken |
NWebTokenBuilder.createToken(NWebTokenRequest request,
NWebCallContext context) |
NWebToken |
NWebTokenEncoder.decode(String token,
NWebCallContext context) |
NWebToken |
NWebTokenParser.parseToken(String token) |
NWebToken |
NWebToken.setApiKey(String apiKey) |
NWebToken |
NWebToken.setCreationTime(long creationTime) |
NWebToken |
NWebToken.setExpiryTime(long expiryTime) |
NWebToken |
NWebToken.setRealm(String realm) |
NWebToken |
NWebToken.setType(NWebTokenType type) |
NWebToken |
NWebToken.setUserId(String userId) |
NWebToken |
NWebToken.setUserName(String userName) |
| Modifier and Type | Method and Description |
|---|---|
NOptional<NWebToken> |
NWebCallContextAdapter.getToken() |
NOptional<NWebToken> |
NWebCallContext.getToken() |
| Modifier and Type | Method and Description |
|---|---|
String |
NWebTokenEncoder.encode(NWebToken token,
NWebCallContext context) |
NWebCallContext |
NWebCallContextAdapter.setToken(NWebToken token) |
NWebCallContext |
NWebCallContext.setToken(NWebToken token) |
Copyright © 2026 vpc open source initiative. All rights reserved.