Interface OtpOwner

    • Method Detail

      • getOtps

        Set<Otp> getOtps()
        Returns the current OTPs
      • getOtpUser

        BasicUser getOtpUser()
        Returns the OTP owner user.
      • resolveOwnerPath

        default com.querydsl.core.types.dsl.EntityPathBase<? extends OtpOwner> resolveOwnerPath​(com.querydsl.core.types.dsl.EntityPathBase<Otp> otp)
        Returns the path to the OTP owner entity.
      • setAsOwnerFor

        void setAsOwnerFor​(Otp otp)
        Sets this owner as the owner of the given Otp entity