Class CookieLoginDto


  • public class CookieLoginDto
    extends Object
    Information on how to do a login based on username/password, from which we then get a cookie back Created by arcuri82 on 24-Oct-19.
    • Field Detail

      • username

        public String username
        The id of the user
      • password

        public String password
        The password of the user. This must NOT be hashed.
      • usernameField

        public String usernameField
        The name of the field in the body payload containing the username
      • passwordField

        public String passwordField
        The name of the field in the body payload containing the password
      • loginEndpointUrl

        public String loginEndpointUrl
        The URL of the endpoint, e.g., "/login"
    • Constructor Detail

      • CookieLoginDto

        public CookieLoginDto()