public class ProviderRegistry extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUTHPROVIDER_PROPERTY_PREFIX |
Constructor and Description |
---|
ProviderRegistry() |
Modifier and Type | Method and Description |
---|---|
static void |
addOrUpdateProvider(String authKey) |
static AuthenticationProvider |
getProvider(String scheme) |
static ServerAuthenticationProvider |
getServerProvider(String scheme) |
static void |
initialize() |
static String |
listProviders() |
static void |
removeProvider(String scheme) |
static void |
reset() |
public static final String AUTHPROVIDER_PROPERTY_PREFIX
public static void reset()
public static void initialize()
public static void addOrUpdateProvider(String authKey)
public static ServerAuthenticationProvider getServerProvider(String scheme)
public static AuthenticationProvider getProvider(String scheme)
public static void removeProvider(String scheme)
public static String listProviders()
Copyright © 2008–2025 The Apache Software Foundation. All rights reserved.