package org.apache.http.auth; import java.util.List; import java.util.Map; import org.apache.http.params.HttpParams; @Deprecated /* loaded from: classes5.dex */ public final class AuthSchemeRegistry { public AuthSchemeRegistry() { throw new RuntimeException("Stub!"); } public synchronized void register(String str, AuthSchemeFactory authSchemeFactory) { throw new RuntimeException("Stub!"); } public synchronized void unregister(String str) { throw new RuntimeException("Stub!"); } public synchronized AuthScheme getAuthScheme(String str, HttpParams httpParams) throws IllegalStateException { throw new RuntimeException("Stub!"); } public synchronized List getSchemeNames() { throw new RuntimeException("Stub!"); } public synchronized void setItems(Map map) { throw new RuntimeException("Stub!"); } }