All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.giffing.wicket.spring.boot.context.security.AuthenticatedWebSessionConfig Maven / Gradle / Ivy

Go to download

Provides several constructs which allow developers to build custom auto-configuration classes.

There is a newer version: 4.0.0
Show newest version
package com.giffing.wicket.spring.boot.context.security;

import org.apache.wicket.authroles.authentication.AbstractAuthenticatedWebSession;
import org.apache.wicket.authroles.authentication.AuthenticatedWebApplication;

/**
 * Enables the dynamic configuration of the {@link AbstractAuthenticatedWebSession} for the
 * {@link AuthenticatedWebApplication}. E.g. if spring security is present it provides a default WebSession
 * configuration.
 * 
 * Security providers should provide different implementations.
 * 
 * @author Marc Giffing
 *
 */
public interface AuthenticatedWebSessionConfig {

	Class getAuthenticatedWebSessionClass();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy