Class SimpleAuthConfigProvider
java.lang.Object
org.apache.catalina.authenticator.jaspic.SimpleAuthConfigProvider
- All Implemented Interfaces:
AuthConfigProvider
Basic implementation primarily intended for use when using third-party
ServerAuthModule
implementations that only provide the module.-
Constructor Summary
ConstructorDescriptionSimpleAuthConfigProvider
(Map<String, Object> properties, AuthConfigFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionprotected ServerAuthConfig
createServerAuthConfig
(String layer, String appContext, CallbackHandler handler, Map<String, Object> properties) getClientAuthConfig
(String layer, String appContext, CallbackHandler handler) getServerAuthConfig
(String layer, String appContext, CallbackHandler handler) void
refresh()
-
Constructor Details
-
SimpleAuthConfigProvider
-
-
Method Details
-
getClientAuthConfig
public ClientAuthConfig getClientAuthConfig(String layer, String appContext, CallbackHandler handler) throws AuthException This implementation does not support client-side authentication and therefore always returns
null
.- Specified by:
getClientAuthConfig
in interfaceAuthConfigProvider
- Throws:
AuthException
-
getServerAuthConfig
public ServerAuthConfig getServerAuthConfig(String layer, String appContext, CallbackHandler handler) throws AuthException - Specified by:
getServerAuthConfig
in interfaceAuthConfigProvider
- Throws:
AuthException
-
createServerAuthConfig
protected ServerAuthConfig createServerAuthConfig(String layer, String appContext, CallbackHandler handler, Map<String, Object> properties) -
refresh
public void refresh()- Specified by:
refresh
in interfaceAuthConfigProvider
-