Class OnmsAuthenticationDetails

  • All Implemented Interfaces:
    Serializable

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

      • OnmsAuthenticationDetails

        public OnmsAuthenticationDetails​(javax.servlet.http.HttpServletRequest request)
        Records the remote address and will also set the session Id if a session already exists (it won't create one).
        Parameters:
        request - that the authentication request was received from
    • Method Detail

      • getUserGroups

        public String[] getUserGroups()
      • setUserGroups

        public void setUserGroups​(String... groups)
      • toString

        public String toString()
        Overrides:
        toString in class org.springframework.security.web.authentication.WebAuthenticationDetails