Example usage for org.springframework.security.web.authentication.preauth.j2ee J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource subclass-usage

List of usage examples for org.springframework.security.web.authentication.preauth.j2ee J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.authentication.preauth.j2ee J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource subclass-usage.

Usage

From source file org.appverse.web.framework.backend.api.helpers.security.SessionParameterPreAuthenticatedAutheticationDetailsSource.java

public class SessionParameterPreAuthenticatedAutheticationDetailsSource
        extends J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource {
    private String authoritiesSessionAttribute = "REMOTE_AUTHORITIES";

    @Override
    @SuppressWarnings("unchecked")