Class AuthenticationDto


  • public class AuthenticationDto
    extends Object
    To authenticate a user, would need specific settings, like specific values in the HTTP headers (eg, cookies)
    • Field Detail

      • name

        public String name
        The name given to this authentication info. Just needed for display/debugging reasons
      • headers

        public List<HeaderDto> headers
        The headers needed for authentication
      • cookieLogin

        public CookieLoginDto cookieLogin
        If the login is based on cookies, need to provide info on how to get such a cookie
    • Constructor Detail

      • AuthenticationDto

        public AuthenticationDto()
      • AuthenticationDto

        public AuthenticationDto​(String name)