Package com.portwise.mvpnms.authentication.example
-
Class Summary Class Description ExampleChallenge Example of an authentication method that implements a challenge.ReverseUsernameAsPassword Example of an authentication method that returns ok when password is the reversed username.UsernamePasswordOnFile Example of an authentication method that returns ok when username and password is defined in the 'USER.db' file.