Class BackofficeAuthenticationDetailsSource

  • All Implemented Interfaces:
    org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,​BackofficeAuthenticationDetails>

    public class BackofficeAuthenticationDetailsSource
    extends java.lang.Object
    implements org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,​BackofficeAuthenticationDetails>
    Provides authentication details object for a backoffice web application spring security configuration. It will be an instance of BackofficeAuthenticationDetails.
    • Constructor Detail

      • BackofficeAuthenticationDetailsSource

        public BackofficeAuthenticationDetailsSource()
    • Method Detail

      • setLocaleRequestParameter

        public void setLocaleRequestParameter​(java.lang.String localeRequestParameter)