Class BackofficeAuthenticationDetails

  • All Implemented Interfaces:
    java.io.Serializable

    public class BackofficeAuthenticationDetails
    extends org.springframework.security.web.authentication.WebAuthenticationDetails
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BackofficeAuthenticationDetails​(javax.servlet.http.HttpServletRequest request, java.lang.String localeRequestParameter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getLocale()  
      int hashCode()  
      • Methods inherited from class org.springframework.security.web.authentication.WebAuthenticationDetails

        getRemoteAddress, getSessionId, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BackofficeAuthenticationDetails

        public BackofficeAuthenticationDetails​(javax.servlet.http.HttpServletRequest request,
                                               java.lang.String localeRequestParameter)
    • Method Detail

      • getLocale

        public java.lang.String getLocale()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class org.springframework.security.web.authentication.WebAuthenticationDetails
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class org.springframework.security.web.authentication.WebAuthenticationDetails