Class JaspiAuthConfigProvider

java.lang.Object
org.eclipse.jetty.security.jaspi.provider.JaspiAuthConfigProvider
All Implemented Interfaces:
javax.security.auth.message.config.AuthConfigProvider

public class JaspiAuthConfigProvider extends Object implements javax.security.auth.message.config.AuthConfigProvider

A Jetty implementation of the AuthConfigProvider to allow registration of a ServerAuthModule directly without having to write a custom AuthConfigProvider.

If this is being constructed by an AuthConfigFactory after being passed in as a className, then you will need to provide the property ServerAuthModule containing the fully qualified name of the ServerAuthModule class you wish to use.