public class TomcatAuthConfigProvider extends Object implements AuthConfigProvider
Constructor and Description |
---|
TomcatAuthConfigProvider(Context context,
Map<String,String> properties) |
TomcatAuthConfigProvider(Map<String,String> properties,
AuthConfigFactory factory) |
Modifier and Type | Method and Description |
---|---|
ClientAuthConfig |
getClientAuthConfig(String layer,
String appContext,
CallbackHandler handler) |
ServerAuthConfig |
getServerAuthConfig(String layer,
String appContext,
CallbackHandler handler) |
void |
refresh() |
public TomcatAuthConfigProvider(Context context, Map<String,String> properties)
public TomcatAuthConfigProvider(Map<String,String> properties, AuthConfigFactory factory)
public ClientAuthConfig getClientAuthConfig(String layer, String appContext, CallbackHandler handler) throws AuthException
getClientAuthConfig
in interface AuthConfigProvider
AuthException
public ServerAuthConfig getServerAuthConfig(String layer, String appContext, CallbackHandler handler) throws AuthException
getServerAuthConfig
in interface AuthConfigProvider
AuthException
public void refresh()
refresh
in interface AuthConfigProvider
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.