List of usage examples for org.springframework.security.web.authentication.preauth.j2ee J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource subclass-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")