mirror of
https://github.com/Telecominfraproject/wlan-cloud-rrm.git
synced 2025-10-30 02:02:28 +00:00
update comment around token validation to clarify behavior (#87)
Signed-off-by: Jun Woo Shin <jwoos@fb.com>
This commit is contained in:
@@ -302,9 +302,9 @@ public class ApiServer implements Runnable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validate an OpenWiFi token (external), caching successful lookups. Both normal
|
* Validate an OpenWiFi token (external), caching successful lookups. This will
|
||||||
* token and subtoken is checked in the validateToken call already so there is
|
* validate a USER token - subscriber token won't work and will fail (plus only
|
||||||
* no need to call validateSubToken separately.
|
* users should be dealing with RRM).
|
||||||
* @return true if token is valid
|
* @return true if token is valid
|
||||||
*/
|
*/
|
||||||
private boolean validateOpenWifiToken(String token) {
|
private boolean validateOpenWifiToken(String token) {
|
||||||
|
|||||||
Reference in New Issue
Block a user