Class ValidatePasswordResetTokenResponse

  • All Implemented Interfaces:
    Serializable

    public class ValidatePasswordResetTokenResponse
    extends Response
    Object representing a password in OpenIAM
    Author:
    suneet
    See Also:
    Serialized Form
    • Field Detail

      • principal

        protected Login principal
    • Constructor Detail

      • ValidatePasswordResetTokenResponse

        public ValidatePasswordResetTokenResponse()
      • ValidatePasswordResetTokenResponse

        public ValidatePasswordResetTokenResponse​(ResponseStatus s)
    • Method Detail

      • getPrincipal

        public Login getPrincipal()
      • setPrincipal

        public void setPrincipal​(Login principal)