AuthStrategypublic class LoginJWTStrategy extends Object implements AuthStrategy
| Constructor | Description |
|---|---|
LoginJWTStrategy(String token) |
| Modifier and Type | Method | Description |
|---|---|---|
AuthHeader |
getAuthHeader() |
|
String |
getToken() |
|
LoginJWTStrategy |
refresh(String refreshToken) |
public LoginJWTStrategy(String token)
public String getToken()
public AuthHeader getAuthHeader()
getAuthHeader in interface AuthStrategypublic LoginJWTStrategy refresh(String refreshToken)
Copyright © 2018 The Apache Software Foundation. All rights reserved.