Class BackofficeAuthenticationDetails
- java.lang.Object
-
- org.springframework.security.web.authentication.WebAuthenticationDetails
-
- com.hybris.cockpitng.util.web.authentication.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 booleanequals(java.lang.Object obj)java.lang.StringgetLocale()inthashCode()
-
-
-
Method Detail
-
getLocale
public java.lang.String getLocale()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classorg.springframework.security.web.authentication.WebAuthenticationDetails
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.springframework.security.web.authentication.WebAuthenticationDetails
-
-