Class NoOpAuthVerifier
java.lang.Object
com.amilesend.discogs.connection.auth.NoOpAuthVerifier
- All Implemented Interfaces:
AuthVerifier
A no-op
AuthVerifier
so that all validation is performed server-side.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkIfAuthenticated
(com.amilesend.client.connection.auth.AuthManager<?> authManager) Checks to see if the given invocation has proper authorization configured prior to invoking the API.
-
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 interfaceAuthVerifier
- Parameters:
authManager
- the configured authorization manager instance for the client connection
-