Class NoOpAuthVerifier

java.lang.Object
com.amilesend.discogs.connection.auth.NoOpAuthVerifier
All Implemented Interfaces:
AuthVerifier

public class NoOpAuthVerifier extends Object implements AuthVerifier
A no-op AuthVerifier so that all validation is performed server-side.
See Also:
  • Constructor Details

    • NoOpAuthVerifier

      public NoOpAuthVerifier()
  • Method Details

    • checkIfAuthenticated

      public void checkIfAuthenticated(com.amilesend.client.connection.auth.AuthManager<?> authManager)
      Description copied from interface: AuthVerifier
      Checks to see if the given invocation has proper authorization configured prior to invoking the API.
      Specified by:
      checkIfAuthenticated in interface AuthVerifier
      Parameters:
      authManager - the configured authorization manager instance for the client connection