com.brightsparklabs.dropwizard.bundles.auth.external.ExternallyAuthenticatedAuthBundleConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-external-auth-bundle Show documentation
Show all versions of dropwizard-external-auth-bundle Show documentation
Dropwizard bundle for trusting externally authenticated users
The newest version!
/*
* Maintained by brightSPARK Labs.
* www.brightsparklabs.com
*
* Refer to LICENSE at repository root for license details.
*/
package com.brightsparklabs.dropwizard.bundles.auth.external;
/**
* Configuration for the {@link ExternallyAuthenticatedAuthBundle}.
*
* @author brightSPARK Labs
*/
public interface ExternallyAuthenticatedAuthBundleConfiguration {
// -------------------------------------------------------------------------
// CONSTANTS
// -------------------------------------------------------------------------
// -------------------------------------------------------------------------
// CLASS VARIABLES
// -------------------------------------------------------------------------
// -------------------------------------------------------------------------
// PUBLIC METHODS
// -------------------------------------------------------------------------
/**
* Gets configuration for trusting external authentication providers.
*
* @return Factory for producing an AuthFilter which authenticates a user.
*/
ExternallyAuthenticatedAuthFilterFactory getExternallyAuthenticatedFilterFactory();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy