UsernamePasswordCallbackHandler(String, char[], boolean) constructor

Constructor that accepts the username and password credentials along with the boolean flag that dictates if multiple retrieval of the password are allowed.

Syntax

UsernamePasswordCallbackHandler ( String username , char[] password , boolean allowMultipleAuthentications )

Parameters