Class BibliothecaAuthenticationRequest

java.lang.Object
io.goobi.viewer.model.security.authentication.model.UserPasswordAuthenticationRequest
io.goobi.viewer.model.security.authentication.model.BibliothecaAuthenticationRequest

public class BibliothecaAuthenticationRequest extends UserPasswordAuthenticationRequest

XServiceAuthenticationRequest class.

  • Constructor Details

    • BibliothecaAuthenticationRequest

      public BibliothecaAuthenticationRequest(String username, String password)

      Constructor for BibliothecaAuthenticationRequest.

      Parameters:
      username - a String object.
      password - a String object.
  • Method Details