Class StandardUsernamePasswordAuthenticationCredentials

java.lang.Object
com.exceptionfactory.socketbroker.configuration.StandardUsernamePasswordAuthenticationCredentials
All Implemented Interfaces:
AuthenticationCredentials, UsernamePasswordAuthenticationCredentials

public class StandardUsernamePasswordAuthenticationCredentials extends Object implements UsernamePasswordAuthenticationCredentials
Standard implementation of Username and Password Authentication Credentials
  • Constructor Details

    • StandardUsernamePasswordAuthenticationCredentials

      public StandardUsernamePasswordAuthenticationCredentials(String username, char[] password)
      Standard Username and Password Authentication Strategy constructor with required properties
      Parameters:
      username - Username required
      password - Password required
  • Method Details