public class ProviderRegistry extends Object
Constructor and Description |
---|
ProviderRegistry() |
Modifier and Type | Method and Description |
---|---|
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 void reset()
public static void initialize()
public static ServerAuthenticationProvider getServerProvider(String scheme)
public static AuthenticationProvider getProvider(String scheme)
public static void removeProvider(String scheme)
public static String listProviders()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.