Class SIPBasicAuthFileValidator

java.lang.Object
de.ikor.sip.foundation.security.authentication.basic.SIPBasicAuthFileValidator
All Implemented Interfaces:
SIPTokenValidator<SIPBasicAuthAuthenticationToken>

The file-based basic auth validator reads a given json file in this format:
 [
   {"username": "user1", "password": "pw1"},
   {"username": "anotherUser", "password": "anotherPassword"}
 ]
 
Author:
thomas.stieglmaier