Comment update
This commit is contained in:
parent
0f4b82c37a
commit
554d1c5825
|
@ -23,7 +23,7 @@ public class BasicAuthProvider implements Provider
|
|||
private static final Logger LOG = LoggerFactory.getLogger(BasicAuthProvider.class);
|
||||
|
||||
/**
|
||||
* A simple BASIC Auth with static username and password. Purely for testing purposes.
|
||||
* A simple BEARER Token Auth with a set token.
|
||||
* @param req The HTTP Request object from the servlet.
|
||||
* @return true if authorized, false otherwise.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue