Interface Authentication

All Known Implementing Classes:
TokenAuthentication, UsernamePasswordAuthentication

public interface Authentication
Generic interface for creating authentication headers.
  • Method Details

    • getUsername

      String getUsername()
    • getPassword

      String getPassword()