90919293949596
* If the extension does not provide an authentication provider this method should simply return * <code>null</code>. * </p> */ public GeoServerAuthenticationProvider createAuthenticationProvider(SecurityNamedServiceConfig config) { return new UsernamePasswordAuthenticationProvider(); }